SwitchView constructor
const
SwitchView(
- SwitchModel model, {
- Key? key,
- dynamic onChangeCallback,
Implementation
const SwitchView(this.model, {super.key, this.onChangeCallback});