displayError property

E? displayError

The error to display if the FormzInput value is not valid and has been modified.

Implementation

E? get displayError => isPure ? null : error;