<itemvalue="If this flag is specified, then a new file will be created if one does not already exist (if [truncate] is specified, the new file will be truncated to zero length if it previously exists)."/>
<itemvalue="If this flag is specified, then a new file will be created if one does not already exist (if [truncate] is specified, the new file will be truncated to zero length if it previously exists)."/>
<itemvalue="Force all writes to append data at the end of the file."/>
<itemvalue="Forces an existing file with the same name to be truncated to zero length when creating a file by specifying [create]. [create] MUST also be specified if this flag is used."/>
<itemvalue="Forces an existing file with the same name to be truncated to zero length when creating a file by specifying [create]. [create] MUST also be specified if this flag is used."/>
<itemvalue="Causes the request to fail if the named file already exists. [create] MUST also be specified if this flag is used."/>
<itemvalue="Force all writes to append data at the end of the file."/>
<itemvalue="Open the file for writing. If both this and [read] are specified, the file is opened for both reading and writing."/>
<itemvalue="Open the file for writing. If both this and [read] are specified, the file is opened for both reading and writing."/>
<itemvalue="Load a new sound to be played once or multiple times later, from an asset."/>
<itemvalue="Load a new sound to be played once or multiple times later, from an asset."/>
<itemvalue="synthesize"/>
<itemvalue="synthesize"/>
@ -67,7 +68,6 @@
<itemvalue="The tolerance used to determine whether two floating-point values are approximately equal."/>
<itemvalue="The tolerance used to determine whether two floating-point values are approximately equal."/>
<itemvalue="A fraction in the range \[0, 1\] that represents what proportion of the widget is visible (assuming rectangular bounding boxes). 0 means not visible; 1 means fully visible."/>
<itemvalue="A fraction in the range \[0, 1\] that represents what proportion of the widget is visible (assuming rectangular bounding boxes). 0 means not visible; 1 means fully visible."/>
<itemvalue="`key` is required to properly identify this widget; it must be unique among all [VisibilityDetector] and [SliverVisibilityDetector] widgets."/>
<itemvalue="`key` is required to properly identify this widget; it must be unique among all [VisibilityDetector] and [SliverVisibilityDetector] widgets."/>