ResponsiveTabBar constructor
Implementation
const ResponsiveTabBar({
super.key,
required this.tabTitles,
required this.onSelected,
required this.selectedTab,
this.isFullIndicationWidth = false,
this.titleStyle,
this.inActiveStyle,
this.dropDownStyle,
this.rightSpacing = 0,
});