OutputSwitchView constructor

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

Implementation

const OutputSwitchView({super.key, this.onChanged, this.output});