<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."/>
<itemvalue="Creates a typography instance using Material Design 3 2021 defaults. If [platform] is [TargetPlatform.iOS] or [TargetPlatform.macOS], the default values for [black] and [white] are [blackCupertino] and [whiteCupertino] respectively. Otherwise they are [blackMountainView] and [whiteMountainView]. If [platform] is null then both [black] and [white] must be specified. The default values for [englishLike], [dense], and [tall] are [englishLike2021], [dense2021], and [tall2021]. See also: <https:m3.material.iostylestypography>"/>
<itemvalue="Defines text geometry for tall scripts, such as Farsi, Hindi, and Thai. This text theme is merged with either [black] or [white], depending on the overall [ThemeData.brightness], when the current locale's [MaterialLocalizations.scriptCategory] is [ScriptCategory.tall]. To look up a localized [TextTheme], use the overall [Theme], for example: `Theme.of(context).textTheme`."/>
<itemvalue="Defines text geometry for dense scripts, such as Chinese, Japanese and Korean. This text theme is merged with either [black] or [white], depending on the overall [ThemeData.brightness], when the current locale's [MaterialLocalizations.scriptCategory] is [ScriptCategory.dense]. To look up a localized [TextTheme], use the overall [Theme], for example: `Theme.of(context).textTheme`."/>
<itemvalue="english Like"/>
<itemvalue="A color that's clearly legible when drawn on [background]. To ensure that an app is accessible, a contrast ratio between [background] and [onBackground] of at least 4.5:1 is recommended. See <https:www.w3.orgTRUNDERSTANDING-WCAG20visual-audio-contrast-contrast.html>."/>
<itemvalue="Text with a color that contrasts with the card and canvas colors."/>
<itemvalue="A text theme that contrasts with the primary color."/>
<itemvalue="The color to use when painting the text. If [foreground] is specified, this value must be null. The [color] property is shorthand for `Paint()..color = color`. In [merge], [apply], and [lerp], conflicts between [color] and [foreground] specification are resolved in [foreground]'s favor - i.e. if [foreground] is specified in one place, it will dominate [color] in another."/>
<itemvalue="The safe areas when the device is in portrait orientation."/>
<itemvalue="The safe areas when the device is in landscape orientation."/>
<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."/>
<itemvalue="strut Style"/>
<itemvalue="is Processing"/>
<itemvalue="is Process"/>
@ -55,16 +60,11 @@
<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."/>
<itemvalue="comma Index"/>
<itemvalue="AI Resp Callback Internal"/>
<itemvalue="Returns the result of the first future in [futures] to complete. The returned future is completed with the result of the first future in [futures] to report that it is complete, whether it's with a value or an error. The results of all the other futures are discarded. If [futures] is empty, or if none of its futures complete, the returned future never completes."/>
<itemvalue="Cleans up after an unsubscribe message is received from the broker. returns true, always"/>
<itemvalue="A list of unsubscribe requests waiting for an unsubscribe ack message. Index is the message identifier of the unsubscribe message"/>
<itemvalue="Unsubscribe from a topic. Some brokers(AWS for instance) need to have each un subscription acknowledged, use the [expectAcknowledge] parameter for this, default is false."/>