CustomSwitchController constructor

CustomSwitchController({
  1. bool initialValue = true,
})

Implementation

CustomSwitchController({this.initialValue = true}) : super(initialValue);