HareSwitch constructor

HareSwitch({
  1. bool value = false,
  2. void onChanged(
    1. bool
    )?,
})

Implementation

HareSwitch({this.value = false, this.onChanged}) : super();