style property

StacTextStyle? style
final

Base text style.

Can be a string (e.g., "bodyMedium") for theme styles or an object (e.g., {"color": "#FF2196F3"}) for custom styles.

Type: StacTextStyle

Implementation

final StacTextStyle? style;