MyProgressBar constructor
const
MyProgressBar({})
Implementation
const MyProgressBar(
{super.key,
this.activeColor = Colors.blue,
this.inactiveColor = Colors.grey,
this.progress = 1,
this.height = 1,
this.width = 100,
this.radius = 4});