TaskSegmentedControl constructor
const
TaskSegmentedControl({
- Key? key,
- required YOLOTask currentTask,
- required ValueChanged<
YOLOTask> onTaskChanged, - bool showSemanticTask = true,
Implementation
const TaskSegmentedControl({
super.key,
required this.currentTask,
required this.onTaskChanged,
this.showSemanticTask = true,
});