TickerMode constructor
Creates a widget that enables or disables tickers and optionally forces frames.
Implementation
const TickerMode({
super.key,
required this.enabled,
required this.child,
this.forceFrames = false,
});
Creates a widget that enables or disables tickers and optionally forces frames.
const TickerMode({
super.key,
required this.enabled,
required this.child,
this.forceFrames = false,
});