isValid property
bool
get
isValid
Indicates whether the form associated with the GlobalKey
Implementation
bool get isValid {
return currentState != null && currentState!.validate();
}
Indicates whether the form associated with the GlobalKey
bool get isValid {
return currentState != null && currentState!.validate();
}