OnToggleChanged constructor

OnToggleChanged({
  1. required bool isEnabled,
})

Implementation

OnToggleChanged({
  required this.isEnabled,
});