CameraSwitchView constructor

const CameraSwitchView({
  1. Key? key,
  2. void onChanged(
    1. DeviceDetails
    )?,
  3. String? camera,
})

Implementation

const CameraSwitchView({super.key, this.onChanged, this.camera});