ProgressCircle constructor
ProgressCircle(
- ValueChanged<
ProgressCircleState> changeState, { - Color? color,
- EdgeInsets? margin,
Implementation
ProgressCircle(this.changeState, {
Color? color,
EdgeInsets? margin}) {
this.color = color;
this.margin = margin;
}