🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

TextFieldLabelPosition.Above

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

Source set: Common
public class Above(public 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.

Content updated: