formState property

  1. @override
SyncStream<SunnyFormState> formState
final

A stream of any change to the state of this form.

Implementation

@override
final SyncStream<SunnyFormState> formState = SyncStream.controller(
    initialValue: SunnyFormState.ready, debugName: "formState");