PointsLoader constructor
const
PointsLoader({})
Implementation
const PointsLoader(
{super.key,
this.size = 80,
this.color = Colors.white,
this.duration = 1500,
this.strokeWidth = 6})
: assert(size > 0 &&
(strokeWidth < (size / 12) && strokeWidth > 0 && duration > 1000));