StrengthBar constructor

StrengthBar({
  1. required Color barColor,
  2. required double barRadius,
  3. required double percent,
})

Implementation

StrengthBar({required this.barColor, required this.barRadius, required this.percent});