<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."/>
<itemvalue="Gets a view on the existing observable, if the subscription already exists."/>
<itemvalue="Gets a view on the existing observable, if the subscription already exists."/>
<itemvalue="Creates a new subscription for the specified topic. If the subscription cannot be created null is returned."/>
<itemvalue="Creates a new subscription for the specified topic. If the subscription cannot be created null is returned."/>
<itemvalue="exactly Once"/>
<itemvalue="exactly Once"/>
<itemvalue="Initiates a topic subscription request to the connected broker with a strongly typed data processor callback. The topic to subscribe to. The qos level the message was published at. Returns the subscription or null on failure"/>
<itemvalue="Initiates a topic subscription request to the connected broker with a strongly typed data processor callback. The topic to subscribe to. The qos level the message was published at. Returns the subscription or null on failure"/>
<itemvalue="Re subscribe. Unsubscribes all confirmed subscriptions and re subscribes them without sending unsubscribe messages to the broker."/>
<itemvalue="Re subscribe. Unsubscribes all confirmed subscriptions and re subscribes them without sending unsubscribe messages to the broker."/>
<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="A pointer has contacted the screen with a primary button and might begin to move. See also: [kPrimaryButton], the button this callback responds to."/>
<itemvalue="A pointer has contacted the screen with a primary button and might begin to move. See also: [kPrimaryButton], the button this callback responds to."/>
<itemvalue="interrupt process when question or response too short."/>
<itemvalue="interrupt process when question or response too short."/>
<itemvalue="interrupt process when question too short."/>
<itemvalue="interrupt process when question too short."/>
@ -54,14 +57,11 @@
<itemvalue="In debug mode, if the child overflows the container, a warning will be printed on the console, and black and yellow striped areas will appear where the overflow occurs."/>
<itemvalue="In debug mode, if the child overflows the container, a warning will be printed on the console, and black and yellow striped areas will appear where the overflow occurs."/>
<itemvalue="This allows a child to render at the size it would render if it were alone on an infinite canvas with no constraints. This container will then attempt to adopt the same size, within the limits of its own constraints. If it ends up with a different size, it will align the child based on [alignment]. If the box cannot expand enough to accommodate the entire child, the child will be clipped."/>
<itemvalue="This allows a child to render at the size it would render if it were alone on an infinite canvas with no constraints. This container will then attempt to adopt the same size, within the limits of its own constraints. If it ends up with a different size, it will align the child based on [alignment]. If the box cannot expand enough to accommodate the entire child, the child will be clipped."/>
<itemvalue="A widget that imposes no constraints on its child, allowing it to render at its "natural" size."/>
<itemvalue="A widget that imposes no constraints on its child, allowing it to render at its "natural" size."/>
<itemvalue="Animated widget that automatically transitions its size over a given duration whenever the given child's size changes. {@tool dartpad} This example makes a [Container] react to being touched, causing the child of the [AnimatedSize] widget, here a [FlutterLogo], to animate. See code in examplesapilibwidgetsanimated_sizeanimated_size.0.dart {@end-tool} See also: [SizeTransition], which changes its size based on an [Animation]."/>
<itemvalue="Only works if it's the child of a [Stack]. Here's an illustration of the [RelativePositionedTransition] widget, with it's [rect] animated by a [CurvedAnimation] set to [Curves.elasticInOut]: {@animation 300 378 https:flutter.github.ioassets-for-api-docsas"/>
<itemvalue="Animated version of [Positioned] which transitions the child's position based on the value of [rect] relative to a bounding box with the specified [size]."/>