<itemvalue="Skip resolve script because another process running"/>
<itemvalue="resolve"/>
<itemvalue="If false the text field is "disabled": it ignores taps and its [decoration] is rendered in grey. If non-null this property overrides the [decoration]'s [InputDecoration.enabled] property."/>
<itemvalue="Used by subclasses to assert that the [ChangeNotifier] has not yet been disposed. {@tool snippet} The `debugAssertNotDisposed` function should only be called inside of an assert, as in this example. ```dart class MyNotifier with ChangeNotifier { void doUpdate() { assert(ChangeNotifier.debugAssertNotDisposed(this)); ... } } ``` {@end-tool} This is static and not an instance method because too many people try to implement ChangeNotifier instead of extending it (and so it is too breaking to add a method, especially for debug)."/>
<itemvalue="Controls how tall the selection highlight boxes are computed to be. See [ui.BoxHeightStyle] for details on available styles."/>
@ -52,13 +54,11 @@
<itemvalue="If [onError] is not given, and this future completes with an error, the error is forwarded directly to the returned future."/>
<itemvalue="If `eagerError` is true, the returned future completes with an error immediately on the first error from one of the futures. Otherwise all futures must complete before the returned future is completed (still with the first error; the remaining errors are silently dropped)."/>
<itemvalue="eager Error"/>
<itemvalue="A method returns a human readable string representing a file _size"/>
<itemvalue="[size] can be passed as number or as string the optional parameter [round] specifies the number of digits after commapoint (default is 2)"/>