style property

TextStyle? style
final

The style to use for the text being edited.

Also serves as a base for the placeholder text's style.

Defaults to the standard iOS font style from CupertinoTheme if null.

Implementation

final TextStyle? style;