<itemvalue="A custom path for the use-case. Folders are delimited using slashes, path segments may be made into a category by enclosing it in square brackets. For example: `[Interactions]buttons` will produce: Interactions (category) -> buttons (folder)"/>
<itemvalue="The type of the Widget shown in the UseCase. It is used to generate the WidgetbookComponent of the Widgetbook."/>
<itemvalue="The [type] defines the Widget rendered with the UseCase. Therefore, it is used to create the WidgetElement of the Widgetbook"/>
<itemvalue="VALIDATE"/>
<itemvalue="Type FAIL TASK VALIDATE"/>
@ -58,13 +60,11 @@
<itemvalue="Ideal for short audio files, since it reduces the impacts on visuals or UI performance. In this mode the backend won't fire any duration, position or playback completion events. This means you are responsible for stopping the player. Also, it is not possible to use the seek method to set the audio to a specific position."/>
<itemvalue="Creates a formatter that only allows characters matching a pattern."/>
<itemvalue="Text Input Formatter"/>
<itemvalue="Whether the [InputDecorator.child] is part of a dense form (i.e., uses less vertical space). Defaults to false."/>
<itemvalue="Loads a single document from a YAML string as a [YamlDocument]. This is just like [loadYaml], except that where [loadYaml] would return a normal Dart value this returns a [YamlDocument] instead. This allows the caller to access document metadata."/>