StripeProgressLoader constructor
const
StripeProgressLoader({})
Implementation
const StripeProgressLoader({
Key? key,
this.height = 10.0,
this.width,
this.backgroundColor = const Color.fromRGBO(255, 240, 235, 1),
this.stripeColor = const Color.fromRGBO(241, 90, 41, 1.0),
this.animationDuration = const Duration(milliseconds: 1000),
this.text,
this.textColor,
}) : super(key: key);