ProgressRing constructor
const
ProgressRing({})
Implementation
const ProgressRing(
{Key? key,
required this.progress,
required this.max,
this.ringWidth,
this.color,
this.size = 16.0,
this.startImage,
this.finishImage})
: super(key: key);