TextFieldLabelPosition
The position of the label with respect to the text field.
Inheritors
Types
Link copied to clipboard
The label is positioned above and outside the text field container. This results in the label always being minimized.
Link copied to clipboard
class Attached(val alwaysMinimize: Boolean = false, val minimizedAlignment: Alignment.Horizontal = Alignment.Start, val expandedAlignment: Alignment.Horizontal = Alignment.Start) : TextFieldLabelPosition
The default label position according to the Material specification.