TickerModeModifier constructor
Creates a widget that enables or disables tickers.
The enabled
argument must not be null.
Implementation
const TickerModeModifier({
super.key,
super.child,
super.modifierKey,
required this.enabled,
});
Creates a widget that enables or disables tickers.
The enabled
argument must not be null.
const TickerModeModifier({
super.key,
super.child,
super.modifierKey,
required this.enabled,
});