errorText property

String? get errorText

Implementation

String? get errorText =>
    forceErrorDisplay ? field.validator(field.value) : null;