isSubmitted property

bool isSubmitted
inherited

Returns true if the form has been submitted.

Implementation

bool get isSubmitted => states.contains(InputFormState.submitted);