CameraProgressButton constructor
const
CameraProgressButton({})
Implementation
const CameraProgressButton({
Key? key,
required this.isAnimating,
required this.outerRadius,
required this.ringsWidth,
this.ringsColor = wechatThemeColor,
this.progress = 0.0,
this.duration = const Duration(seconds: 15),
}) : super(key: key);