CameraScreen constructor
const
CameraScreen({})
Implementation
const CameraScreen({
required this.appbartitle,
this.titleSpacing,
this.loaderColor = Colors.blue,
this.selectedColor,
this.unselectedColor,
this.optionColor,
this.controlsBackgroundColor,
this.controlButtonsBottomPadding,
Key? key,
}) : super(key: key);