TextFieldLineLimits.MultiLine
-
Cmn
class TextFieldLineLimits.MultiLine : TextFieldLineLimits
The text field will be at least minHeightInLines
tall, if the text overflows it will wrap, and if the text ends up being more than one line the field will grow until it is maxHeightInLines
tall and then start scrolling vertically.
It is required that 1 ≤ minHeightInLines
≤ maxHeightInLines
.
To specify the minimum and/or maximum height of the field in non-text units, such as dps, use the heightIn
modifier.