LinearProgressBar constructor
const
LinearProgressBar({})
Implementation
const LinearProgressBar({
super.key,
required this.progress,
this.height = 20,
this.backgroundColor = const Color(0xFFE0E0E0),
this.progressColor = Colors.teal,
this.animationDuration = const Duration(milliseconds: 500),
this.borderRadius = const BorderRadius.all(Radius.circular(12)),
});