ApplyCenterSwitch constructor

const ApplyCenterSwitch({
  1. required void changeApplyCenter(
    1. bool value
    ),
  2. required bool applyCenter,
  3. Key? key,
})

Implementation

const ApplyCenterSwitch({
  required this.changeApplyCenter,
  required this.applyCenter,
  super.key,
});