ClockLoaderModel constructor

ClockLoaderModel({
  1. Key? key,
  2. ShapeOfParticlesEnum? shapeOfParticles = ShapeOfParticlesEnum.square,
  3. Color? mainHandleColor = Colors.white,
  4. Color? particlesColor = Colors.white,
})

Implementation

ClockLoaderModel({
  Key? key,
  this.shapeOfParticles = ShapeOfParticlesEnum.square,
  this.mainHandleColor = Colors.white,
  this.particlesColor = Colors.white,
});