CircleClipper constructor

CircleClipper({
  1. required Animation<double> animation,
})

Implementation

CircleClipper({required this.animation}) : super(reclip: animation);