NumberTickerFormatted typedef

NumberTickerFormatted = String Function(num number)

A callback that formats a number into a string representation.

Used by NumberTicker with its default constructor to control how numeric values are displayed as text. This allows for custom formatting such as currency display, percentage formatting, or localized numbers.

Implementation

typedef NumberTickerFormatted = String Function(num number);