Spinner constructor
const
Spinner({})
Implementation
const Spinner({
this.frame = 0,
this.frames = const ['⠋', '⠙', '⠹', '⠸', '⠼', '⠴', '⠦', '⠧', '⠇', '⠏'],
this.style,
this.label,
this.tickerKey,
this.interval = const Duration(milliseconds: 80),
});