LinearLoader constructor
const
LinearLoader({})
Implementation
const LinearLoader({
super.key,
required super.size,
super.color,
required super.duration,
super.gradient,
super.loop,
this.progress,
this.strokeWidth = 6.0,
this.showPercentage = false,
this.backgroundColor,
this.borderRadius,
});