<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."/>
<itemvalue="The base fill color of the decoration's container color. When [InputDecorator.isHovering] is true, the [hoverColor] is also blended into the final fill color. By default the fillColor is based on the current [Theme]. The decoration's container is the area which is filled if [filled] is true and bordered per the [border]. It's the area adjacent to [icon] and above the widgets that contain [helperText], [errorText], and [counterText]."/>
@ -53,12 +54,11 @@
<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)"/>