displayError property
The error to display if the FormzInput
value
is not valid and has been modified.
Implementation
E? get displayError => isPure ? null : error;
The error to display if the FormzInput
value
is not valid and has been modified.
E? get displayError => isPure ? null : error;