LokotroProgressIndicator constructor
const
LokotroProgressIndicator({})
Implementation
const LokotroProgressIndicator({
super.key,
required this.progress,
this.label,
this.progressColor,
this.backgroundColor,
this.strokeWidth = 8.0,
this.size = 120.0,
this.showPercentage = true,
this.labelStyle,
this.percentageStyle,
this.animationDuration = const Duration(milliseconds: 1000),
});