errorText property
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:
- InputDecoration.errorText, which is the text that appears below the InputDecorator.child and the border.
Implementation
final String? errorText;