isNotValid property
Whether the FormzInput
value is not valid.
A value is invalid when the overridden validator
returns an error (non-null value).
Implementation
bool get isNotValid => !isValid;
Whether the FormzInput
value is not valid.
A value is invalid when the overridden validator
returns an error (non-null value).
bool get isNotValid => !isValid;