formState property
A stream of any change to the state of this form.
Implementation
@override
final SyncStream<SunnyFormState> formState = SyncStream.controller(
initialValue: SunnyFormState.ready, debugName: "formState");
A stream of any change to the state of this form.
@override
final SyncStream<SunnyFormState> formState = SyncStream.controller(
initialValue: SunnyFormState.ready, debugName: "formState");