TabBar constructor
const
TabBar({})
Implementation
const TabBar({
required this.tabs,
this.color,
this.height,
this.borderRadius,
this.overflow,
this.display,
this.mainAxisAlignment,
this.labelPadding,
super.key,
});