CircleCameraButton constructor
const
CircleCameraButton({})
Implementation
const CircleCameraButton(
{super.key,
required this.onPressed,
this.radius = 35.0,
this.iconColor = Colors.white,
this.backgroundColor = Colors.black,
this.padding = 5.0,
this.isEnabled = true});