LeanProgressBar constructor

const LeanProgressBar({
  1. Key? key,
  2. int borderThickness = 2,
  3. required double height,
  4. required double width,
  5. Color? background,
  6. Color? foreground,
  7. required double max,
  8. required double current,
})

Implementation

const LeanProgressBar(
{super.key,this.borderThickness=2,
required this.height,
required this.width,
this.background,
this.foreground, required this.max, required this.current});