errorText property
final
In combination with hasError: true
, provides the error message
to be displayed below the input field.
Implementation
final String? errorText;
In combination with hasError: true
, provides the error message
to be displayed below the input field.
final String? errorText;