ControlBar constructor
const
ControlBar({})
Implementation
const ControlBar({
Key? key,
this.title = "",
this.selectedIndex = 0,
this.textColor = Colors.orange,
this.items = const [],
this.onTap,
}) : super(key: key);