<itemvalue="The shader to use when stroking or filling a shape. When this is null, the [color] is used instead. See also: [Gradient], a shader that paints a color gradient. [ImageShader], a shader that tiles an [Image]. [colorFilter], which overrides [shader]. [color], which is used if [shader] and [colorFilter] are null."/>
<itemvalue="When this is null, the [color] is used instead."/>
<itemvalue="The shader to use when stroking or filling a shape."/>
@ -68,6 +67,7 @@
<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="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."/>