style property

TextStyle? style
final

The style parameter works as with the Text widget. Styles defined will merge with default Style for Text.

Implementation

final TextStyle? style;