CustomProgressBar constructor
const
CustomProgressBar({})
Implementation
const CustomProgressBar({
Key? key,
required this.value,
this.backgroundColor = Colors.grey,
this.progressColor = Colors.blue,
this.height = 10.0,
this.borderRadius = const BorderRadius.all(Radius.circular(8)),
this.animationDuration = const Duration(milliseconds: 300),
}) : super(key: key);