minLines property

int? minLines
final

The minimum height of this text field, represented as a line count.

If minLines is non-null and greater than 1, lineHeight must also be provided because there is no guarantee that all lines of text have the same height.

See also:

Implementation

final int? minLines;