SpinRing constructor
const
SpinRing({})
Implementation
const SpinRing({
Key? key,
required this.indicatorColor,
this.indicatorBackgroundColor,
this.lineWidth = 7.0,
this.size = 50.0,
this.duration = const Duration(milliseconds: 1200),
this.controller,
});