SwitchView constructor

SwitchView(
  1. SwitchModel model, {
  2. dynamic onChangeCallback,
})

Implementation

SwitchView(this.model, {this.onChangeCallback});