ResponsiveTabBar2 constructor
const
ResponsiveTabBar2({ - Key? key,
- required List<String> tabTitles,
- required void onSelected(
- int index
),
- required RxInt selectedTab,
- bool isFullIndicationWidth = false,
- TextStyle? titleStyle,
- TextStyle? inActiveStyle,
- TextStyle? dropDownStyle,
- double rightSpacing = 0,
- required List<String> images,
})
Implementation
const ResponsiveTabBar2({
super.key,
required this.tabTitles,
required this.onSelected,
required this.selectedTab,
this.isFullIndicationWidth = false,
this.titleStyle,
this.inActiveStyle,
this.dropDownStyle,
this.rightSpacing = 0,
required this.images,
});