style property

TextStyle? style
final

The style to use for the text being edited Only `fontSize`, `fontWeight`, `color` are supported (https://api.flutter.dev/flutter/material/TextField/style.html)

Default: null

Implementation

final TextStyle? style;