ShutterAnimation constructor
      const
      ShutterAnimation({})
     
    
    
Implementation
const ShutterAnimation(
    {Key? key,
    required this.innerArcSpeedMultiplier,
    required this.outerArcSpeedMultiplier,
    required this.animatedLineStrokeWidth,
    required this.outerArcRadius,
    required this.gapBetweenArcs,
    required this.accentColor,
    this.manualSnapIcon = const Icon(Icons.photo_camera)})
    : super(key: key);