CircularAnimatedWidget constructor
Implementation
const CircularAnimatedWidget({
super.key,
required this.duration,
this.curve = Curves.linear,
this.reverse = true,
this.target,
}) : assert(target == null || (target >= 0.0 && target <= 1.0));