<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 portrait orientation."/>
<itemvalue="The safe areas when the device is in landscape 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="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."/>
@ -57,14 +60,11 @@
<itemvalue="Cleans up after an unsubscribe message is received from the broker. returns true, always"/>
<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="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."/>
<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."/>
<itemvalue="expect Acknowledgement"/>
<itemvalue="expect Acknowledge"/>
<itemvalue="Re subscribe. Unsubscribes all confirmed subscriptions and re subscribes them without sending unsubscribe messages to the broker. If an unsubscribe message to the broker is needed then use [unsubscribe] followed by [subscribe] for each subscription. Can be used in auto reconnect processing to force manual re subscription of all existing confirmed subscriptions."/>