AwesomeCaptureButton constructor
const
AwesomeCaptureButton({
- Key? key,
- required CameraState state,
Implementation
const AwesomeCaptureButton({
super.key,
required this.state,
});