AwesomeCaptureButton constructor

const AwesomeCaptureButton({
  1. Key? key,
  2. required CameraState state,
})

Implementation

const AwesomeCaptureButton({
  super.key,
  required this.state,
});