helperMaxLines property

int? helperMaxLines
final

The maximum number of lines the helperText can occupy.

Defaults to null, which means that the helperText is not limited.

This value is passed along to the Text.maxLines attribute of the Text widget used to display the helper.

See also:

Implementation

final int? helperMaxLines;