CameraScreen constructor

const CameraScreen({
  1. Widget? child,
  2. double? buttonDistance = 20,
  3. double? width = 10,
  4. Key? key,
})

Implementation

const CameraScreen(
    {this.child, this.buttonDistance = 20, this.width = 10, super.key});