YOLOControls constructor

const YOLOControls({
  1. Key? key,
  2. required YOLOViewController controller,
  3. bool showAdvanced = false,
  4. VoidCallback? onControlsChanged,
})

Implementation

const YOLOControls({
  super.key,
  required this.controller,
  this.showAdvanced = false,
  this.onControlsChanged,
});