errorText property

String? errorText
final

Text that appears below the input field and the border to show the error message.

If non-null, the border's color animates to red and the helperText is not shown.

Defaults to null;

See also:

Implementation

final String? errorText;