AnchorTab constructor
AnchorTab({
- required AnchorTabWidgetIndexedBuilder? widgetIndexedBuilder,
- required AnchorTabIndexedBuilder tabIndexedBuilder,
- required int itemCount,
- Widget? tabDivider,
- BrnAnchorTabBarStyle tabBarStyle = const BrnAnchorTabBarStyle(),
Implementation
AnchorTab(
{required this.widgetIndexedBuilder,
required this.tabIndexedBuilder,
required this.itemCount,
this.tabDivider,
this.tabBarStyle = const BrnAnchorTabBarStyle()});