TickerMode constructor
Creates a widget that enables or disables tickers.
Implementation
const TickerMode({super.key, required this.enabled, required this.child});
Creates a widget that enables or disables tickers.
const TickerMode({super.key, required this.enabled, required this.child});