Spinner constructor
Spinner({})
Creates a Spinner widget with custom frames.
Implementation
Spinner({
required this.frames,
this.style = Style.empty,
this.speed = const Duration(milliseconds: 100),
this.paused = false,
Stopwatch? clockStopwatch,
}) : clockStopwatch = clockStopwatch ?? _globalStopwatch;