Skip to content

5hmlA/winloading

Repository files navigation

flib build lib web publish

what is it

online

winloading.mp4
winloading2.mp4

how to use

pub

Center(
  child: View3D.me(),
)

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,
})