hasError property

  1. @override
bool hasError
inherited

True if this field has any validation errors.

Implementation

@override
bool get hasError => super.hasError || widget.decoration.errorText != null;