TextFieldLineLimits.MultiLine



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 ≤ minHeightInLinesmaxHeightInLines.

To specify the minimum and/or maximum height of the field in non-text units, such as dps, use the heightIn modifier.

Summary

Public constructors

MultiLine(minHeightInLines: Int, maxHeightInLines: Int)
Cmn

Public functions

open operator Boolean
equals(other: Any?)
Cmn
open Int
Cmn
open String
Cmn

Public properties

Int
Cmn
Int
Cmn

Public constructors

MultiLine

MultiLine(minHeightInLines: Int = 1, maxHeightInLines: Int = Int.MAX_VALUE)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

maxHeightInLines

val maxHeightInLinesInt

minHeightInLines

val minHeightInLinesInt