winloading.mp4
winloading2.mp4
Center(
child: View3D.me(),
)
const WinLoading({
this.color = Colors.white,
this.radius = 3,
this.gap = 0.04,
this.amount = 5,
this.width = 60,
this.height = 60,
this.duration = const Duration(milliseconds: 7200),
this.cubic = const Cubic(.21, .6, .59, .8),
Key? key,
})