focusedHasError property
bool
get
focusedHasError
Whether the focused item has an error.
Implementation
bool get focusedHasError => hasError(_focusedIndex);
Whether the focused item has an error.
bool get focusedHasError => hasError(_focusedIndex);