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