<itemvalue="Creates box constraints that forbid sizes larger than the given size."/>
<itemvalue="thumb radius"/>
<itemvalue="k switch height"/>
<itemvalue="k switch width"/>
<itemvalue="k track width"/>
<itemvalue="on pointer hover"/>
<itemvalue="tight"/>
<itemvalue="list remove unrelated type"/>
<itemvalue="iterable contains unrelated type"/>
<itemvalue="The list of providers that this provider potentially depends on. This list must contains the classesfunctions annotated with `@riverpod`, not the generated providers themselves. Specifying this list is strictly equivalent to saying "This provider may be scoped". If a provider is scoped, it should specify [dependencies]. If it is never scoped, it should not specify [dependencies]."/>
@ -64,14 +72,6 @@
<itemvalue="The fastest filtering method, albeit also the lowest quality. This value results in a "Nearest Neighbor" algorithm which just repeats or eliminates pixels as an image is scaled up or down."/>
<itemvalue="text lighter"/>
<itemvalue="text light"/>
<itemvalue="brand"/>
<itemvalue="fix warnings provided by lints."/>
<itemvalue="fix warnings provide by lints."/>
<itemvalue="The path of the executable used to run the script in this isolate after it has been resolved by the OS. This is the absolute path, with all symlinks resolved, to the executable used to run the script. See [executable] for the unresolved version."/>
<itemvalue="Use [environment] to set the environment variables for the process. If not set the environment of the parent process is inherited. Currently, only US-ASCII environment variables are supported and errors are likely to occur if an environment variable with code-points outside the US-ASCII range is passed in."/>
<itemvalue="If [includeParentEnvironment] is `true`, the process's environment will include the parent process's environment, with [environment] taking precedence. Default is `true`."/>
<itemvalue="If [runInShell] is true, the process will be spawned through a system shell. On Linux and OS X, `binsh` is used, while `%WINDIR%\system32\cmd.exe` is used on Windows."/>
<itemvalue="NOTE: On Windows, if [executable] is a batch file ('.bat' or '.cmd'), it may be launched by the operating system in a system shell regardless of the value of [runInShell]. This could result in arguments being parsed according to shell rules. For example:"/>