errorMaxLines property
final
The maximum number of lines the errorText can occupy.
Defaults to null, which means that the errorText is not limited.
This value is passed along to the Text.maxLines attribute of the Text widget used to display the error.
See also:
- helperMaxLines, the equivalent but for the helperText.
Implementation
final int? errorMaxLines;