formatter property

NumberTickerFormatted? formatter
final

Function to format numbers into display strings.

Used only with default constructor. Called with the current animated numeric value and must return a string representation for display. Enables custom formatting like currency, percentages, or localization.

Implementation

final NumberTickerFormatted? formatter;