pie_progress_indicator library

Classes

PieProgressIndicator
The PieProgressIndicator class uses the PieProgressPainter to create a circular progress indicator. This widget draws the progress according to the value provided and allows customization of the surrounding circle's color and thickness.
PieProgressPainter
The PieProgressPainter class is a CustomPainter that draws a circular progress indicator and a surrounding circle. The progress indicator is drawn based on the provided value.