AnimatedShapePainter constructor

AnimatedShapePainter({
  1. required Animation animation,
  2. required Path path,
  3. required ClockLoaderModel clockLoaderModel,
})

Implementation

AnimatedShapePainter({
  required this.animation,
  required this.path,
  required this.clockLoaderModel,
});