state property
Returns the current state of the form.
Implementation
State get state;
Sets the new state for the form.
Implementation
set state(State newState);
Returns the current state of the form.
State get state;
Sets the new state for the form.
set state(State newState);