TextFieldLabelPosition

Known direct subclasses
TextFieldLabelPosition.Above

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

TextFieldLabelPosition.Attached

This class is deprecated. Use Inside for the default filled TextField behavior, or Cutout for the default OutlinedTextField behavior.

TextFieldLabelPosition.Cutout

The label is positioned inside the text field container when expanded and cuts into the border when minimized.

TextFieldLabelPosition.Inside

The label is positioned inside the text field container.


The position of the label with respect to the text field.

Summary

Nested types

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

This class is deprecated. Use Inside for the default filled TextField behavior, or Cutout for the default OutlinedTextField behavior.

The label is positioned inside the text field container when expanded and cuts into the border when minimized.

The label is positioned inside the text field container.