Class

TextFieldLabelPosition.Above

The label is positioned above and outside the text field container.

Common
class Above(val alignment: Alignment.Horizontal = Alignment.Start) : TextFieldLabelPosition()

The label is positioned above and outside the text field container. This results in the label always being minimized.

Parameters

alignment The horizontal alignment of the label.