builder property
Custom builder function for complete display control.
Used only with NumberTicker.builder constructor. Receives the current animated numeric value and optional child widget. Allows for complex custom presentations beyond simple text formatting.
Implementation
final NumberTickerBuilder? builder;