HScaffold

Class
A widget that provides the ability to display overlays on top of its content.

Constructors

HScaffold(child: Widget, key: Key, constants: object[], modifiers: IReadOnlyCollection<Modifier>)
Creates a widget that provides the ability to display overlays on top of its content.

Parameters

child:Widget - The main content of the scaffold. Overlays will be displayed on top of this content.
key:Key - Passed on to Widget.key.
constants:object[] - Passed on to Widget.constants.
modifiers:IReadOnlyCollection<Modifier> - Passed on to Widget.modifiers.

Methods

CreateElement(): IWidgetElement
Creates a new IWidgetElement for the given widget configuration.
RemarksUsually, this will create an instance of an IWidgetElement and then call Widget.ReconcileInto to perform the initial reconciliation after that element gets attached to its parent and the panel.

Inherited Members

Extension Methods

ToDiagnosticsNodeSafeIfClipConstDisplayExpandFillFlexibleMarginOpacityPaddingPositionedShrinkSizeStretchTightStretchTightVisibilityWithModifierToBuildableToFactorySpreadDescribeIdentityShortHashToStringNullable

On this page