HTextFieldState
Class
Methods
Build(context: Build Context): Widget
Builds the widget in the given context.
Parameters
context:
Build Context - The context in which to build the widget. This will be provided by
the framework when building the widget tree.CanReconcile(oldWidget: H Text Field): bool
Called when the state is about to be rebuilt with a new widget configuration.
Parameters
oldWidget:
H Text Field - The widget configuration before the rebuild. The current widget configuration is available
through the widget property.DidUpdateWidget(oldWidget: H Text Field): void
Called when the state is rebuilt with a new widget configuration.
Parameters
oldWidget:
H Text Field - 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
dependency TrackermountwidgetAdd DisposableRemove DisposableDisposeSet StateDebug Fill PropertiesTo String ShortTo Diagnostics NodeTo StringEqualsGet Hash CodeGet TypeMemberwise CloneReference EqualsExtension Methods
To Diagnostics Node SafeDescribe IdentityShort HashTo String Nullable