AnimatedLoadingFloralBurst constructor

const AnimatedLoadingFloralBurst({
  1. Key? key,
  2. double radius = 70.0,
  3. Duration speed = const Duration(seconds: 1),
  4. Color color = Colors.black,
  5. double size = 10.0,
  6. double particleBorderRadius = 10.0,
})

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);