<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"/>
<itemvalue="The list of integrations for your [Widget] library. Primarily used to integrate with Widgetbook Cloud via [WidgetbookCloudIntegration], but can also be used to integrate with third-party packages."/>
@ -59,12 +60,11 @@
<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."/>
<itemvalue="Loads a single document from a YAML string. If the string contains more than one document, this throws a [YamlException]. In future releases, this will become an [ArgumentError]. The return value is mostly normal Dart objects. However, since YAML mappings support some key types that the default Dart map implementation doesn't (NaN, lists, and maps), all maps in the returned document are [YamlMap]s. These have a few small behavioral differences from the default Map implementation; for details, see the [YamlMap] class. In future versions, maps will instead be [HashMap]s with a custom equality operation. If [sourceUrl] is passed, it's used as the URL from which the YAML originated for error reporting. If [recover] is true, will attempt to recover from parse errors and may return invalid or synthetic nodes. If [errorListener] is also supplied, its onError method will be called for each error recovered from. It is not valid to provide [errorListener] if [recover] is false."/>