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