style property

TextStyle? style
final

The style applied to the text view.

Accepted values:

  • color
  • fontSize
  • fontWeight (only FontWeight.bold)
  • letterSpacing

Implementation

final TextStyle? style;