AnimatedLoadingFloralBurst constructor
const
AnimatedLoadingFloralBurst({})
Implementation
const AnimatedLoadingFloralBurst({
Key? key,
this.radius = 70.0,
this.speed = const Duration(seconds: 1),
this.color = Colors.black,
this.size = 10.0,
this.particleBorderRadius = 10.0,
}) : super(key: key);