NodeTreeWidgetState

Class

Methods

Build(context: BuildContext): Widget
Builds the widget in the given context.

Parameters

context:BuildContext - The context in which to build the widget. This will be provided by the framework when building the widget tree.
DidUpdateWidget(oldWidget: NodeTreeWidget): void
Called when the state is rebuilt with a new widget configuration.

Parameters

oldWidget:NodeTreeWidget - The widget configuration before the rebuild. The current widget configuration is available through the widget property.
InitState(): void
Called immediately before the first Build call to initialize the state.
RemarksSubscriptions and disposables should be created here and then properly disposed in Dispose if not automatically disposed using AddDisposable.

Inherited Members

dependencyTrackermountwidgetAddDisposableRemoveDisposableCanReconcileDisposeSetStateDebugFillPropertiesToStringShortToDiagnosticsNodeToStringEqualsGetHashCodeGetTypeMemberwiseCloneReferenceEquals

Extension Methods

DescribeIdentityShortHashToStringNullable

On this page