style property

TextStyle? style
final

Override text style for formatted number display.

Only used with default constructor. If null, uses the style from NumberTickerTheme or system default. Has no effect when using builder.

Implementation

final TextStyle? style;