style property

TextStyle? style
final

The default text style for formatted number display.

Only used when NumberTicker is constructed with a formatter function. If null, the default system text style is used.

Implementation

final TextStyle? style;