prefixStyle property

TextStyle? prefixStyle
final

The style to use for the prefixText.

If null, defaults to the hintStyle.

See also:

  • suffixStyle, the equivalent but on the trailing edge.

Implementation

final TextStyle? prefixStyle;