generated/arcane_shadcn/src/components/display/number_ticker library

Classes

NumberTicker
A widget that smoothly animates between numeric values with customizable display.
NumberTickerTheme
Theme configuration for NumberTicker widgets.

Typedefs

NumberTickerBuilder = Widget Function(BuildContext context, num number, Widget? child)
A callback that builds a widget based on an animated number value.
NumberTickerFormatted = String Function(num number)
A callback that formats a number into a string representation.