ProgressLoader constructor
const
ProgressLoader({})
Implementation
const ProgressLoader(
{super.key,
this.width = 120,
this.height = 22,
this.duration = 2,
this.borderColor = Colors.white,
this.progressColor = Colors.white})
: assert(width > 0 && height > 0 && duration > 0);