YOLOControls constructor
const
YOLOControls({
- Key? key,
- required YOLOViewController controller,
- bool showAdvanced = false,
- VoidCallback? onControlsChanged,
Implementation
const YOLOControls({
super.key,
required this.controller,
this.showAdvanced = false,
this.onControlsChanged,
});