style property
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;
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.
final TextStyle? style;