style property

TextStyle? style
final

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;