0 purchases
winloading
what is it #
https://user-images.githubusercontent.com/9412501/159002380-329fb171-c993-4373-b5e1-ad28fe05e7d4.mp4
https://user-images.githubusercontent.com/9412501/159002392-f00afe4a-dcb9-4081-bc52-417f4f2b281d.mp4
how to use #
Center(
child: View3D.me(),
)
copied to clipboard
customization #
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,
})
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.