TextDefaults

Contains the default values used by Text.

Since

0.6.0

Properties

Link copied to clipboard

The default maximum number of lines.

Link copied to clipboard
val minLines: Int = 1

The default minimum number of lines.

Link copied to clipboard
val overflow: TextOverflow

The default text overflow behavior.