style property Null safety
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;
The TextStyle to apply to this span.
The style is also applied to any child spans when this is an instance of TextSpan.
final TextStyle? style;