style property

TextStyle? style
final

Text style applied to the input text.

Controls the appearance of the text including font, size, color, and other typography properties. If null, uses the theme's text style.

Implementation

final TextStyle? style;