Controls constructor

const Controls({
  1. Key? key,
  2. Widget? widget,
  3. Function? onControlsToggle,
})

Implementation

const Controls({
  super.key,
  this.widget,
  this.onControlsToggle,
});