SwitchView constructor

const SwitchView(
  1. SwitchModel model, {
  2. Key? key,
  3. dynamic onChangeCallback,
})

Implementation

const SwitchView(this.model, {super.key, this.onChangeCallback});