QuickTikTokLoader constructor
const
QuickTikTokLoader({})
Implementation
const QuickTikTokLoader({
super.key,
this.width = double.infinity,
this.height = 2.0,
this.backgroundColor = const Color(0x33FFFFFF),
this.progressColor = Colors.blue, // ✅ Default color changed here
this.animationDuration = const Duration(milliseconds: 500),
this.borderRadius,
});