MiniProgressBar constructor
const
MiniProgressBar({})
Implementation
const MiniProgressBar({
super.key,
this.duration = const Duration(seconds: 5),
this.onComplete,
this.height = 10.0,
this.color,
this.background,
});