Indicates whether this field has any state errors.
@override bool get hasStateError => fields.values.any((x) => x.errorListenable.value.hasErrors);