style property

TextStyle? style
final

If non-null, the style to use for the global text.

It takes a TextStyle object as it's property to style all the non links text objects.

Implementation

final TextStyle? style;