style property

TextStyle? style
final

The style to use for the text.

If provided, parameters like color, fontSize, fontWeight, etc., will be merged with this style, with the explicit parameters taking precedence.

Implementation

final TextStyle? style;