HStatefulBuilder

Class

Fields

Constructors

HStatefulBuilder(builder: BuildFunction<State<HStatefulBuilder>>, key: Key, constants: object[], modifiers: IReadOnlyCollection<Modifier>)
Creates an inline wrapper around StatefulWidget.
RemarksAllows the usage of Signals in the builder.

Parameters

builder:BuildFunction<State<HStatefulBuilder>> - A wrapper around Build
key:Key - Passed on to Widget.key.
constants:object[] - Passed on to Widget.constants.
modifiers:IReadOnlyCollection<Modifier> - Passed on to Widget.modifiers.

Methods

CreateState(): State<HStatefulBuilder>

Inherited Members

Extension Methods

ToDiagnosticsNodeSafeIfClipConstDisplayExpandFillFlexibleMarginOpacityPaddingPositionedShrinkSizeStretchTightStretchTightVisibilityWithModifierToBuildableToFactoryDescribeIdentityShortHashToStringNullable

On this page