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