AcxProgressBar constructor

const AcxProgressBar({
  1. Color activeColor = Colors.blue,
  2. Color inactiveColor = Colors.grey,
  3. double progress = 1,
  4. double height = 1,
  5. double width = 100,
  6. double radius = 4,
})

Implementation

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