style property

TextStyle? style
finalinherited

The TextStyle to apply to this span.

The style is also applied to any child spans when this is an instance of TextSpan.

Implementation

final TextStyle? style;