state property

StepperFormState<Success, Failure> get state
inherited

Returns the current state of the form.

Implementation

State get state;
set state (StepperFormState<Success, Failure> newState)
inherited

Sets the new state for the form.

Implementation

set state(State newState);