ProgressBar constructor
Implementation
const ProgressBar({
super.key,
required this.totalAmount,
required this.progressAmount,
this.height,
this.width,
this.stripeWidth,
this.stripeSpacing,
this.color = const Color.fromARGB(255, 144, 231, 124),
});