<itemvalue="Whether the decoration is the same size as the input field. A collapsed decoration cannot have [labelText], [errorText], an [icon]. To create a collapsed input decoration, use [InputDecoration.collapsed]."/>
<itemvalue="Whether the decoration is the same size as the input field. A collapsed decoration cannot have [labelText], [errorText], an [icon]. To create a collapsed input decoration, use [InputDecoration.collapsed]."/>
<itemvalue="Writes a string to a file. Opens the file, writes the string in the given encoding, and closes the file. Returns a `Future<File>` that completes with this [File] object once the entire operation has completed. By default [writeAsString] creates the file for writing and truncates the file if it already exists. In order to append the bytes to an existing file, pass [FileMode.append] as the optional mode parameter. If the argument [flush] is set to `true`, the data written will be flushed to the file system before the returned future completes."/>
<itemvalue="Writes a string to a file. Opens the file, writes the string in the given encoding, and closes the file. Returns a `Future<File>` that completes with this [File] object once the entire operation has completed. By default [writeAsString] creates the file for writing and truncates the file if it already exists. In order to append the bytes to an existing file, pass [FileMode.append] as the optional mode parameter. If the argument [flush] is set to `true`, the data written will be flushed to the file system before the returned future completes."/>
@ -60,14 +62,12 @@
<itemvalue="An arbitrary but aesthetically reasonable default value for [perspective]."/>
<itemvalue="An arbitrary but aesthetically reasonable default value for [perspective]."/>
<itemvalue="{@macro flutter.rendering.RenderListWheelViewport.squeeze} Defaults to `1.45` to visually mimic iOS."/>
<itemvalue="{@macro flutter.rendering.RenderListWheelViewport.squeeze} Defaults to `1.45` to visually mimic iOS."/>
<itemvalue="The uniform height of all children. All children will be given the [BoxConstraints] to match this exact height. Must not be null and must be positive."/>
<itemvalue="The uniform height of all children. All children will be given the [BoxConstraints] to match this exact height. Must not be null and must be positive."/>