TabBar constructor
const
TabBar({})
Implementation
const TabBar({
required this.tabs,
required this.selectedIndex,
required this.onChanged,
this.fill = false,
super.key,
});
const TabBar({
required this.tabs,
required this.selectedIndex,
required this.onChanged,
this.fill = false,
super.key,
});