AnchorTab constructor

AnchorTab({
  1. required AnchorTabWidgetIndexedBuilder? widgetIndexedBuilder,
  2. required AnchorTabIndexedBuilder tabIndexedBuilder,
  3. required int itemCount,
  4. Widget? tabDivider,
  5. BrnAnchorTabBarStyle tabBarStyle = const BrnAnchorTabBarStyle(),
})

Implementation

AnchorTab(
    {required this.widgetIndexedBuilder,
    required this.tabIndexedBuilder,
    required this.itemCount,
    this.tabDivider,
    this.tabBarStyle = const BrnAnchorTabBarStyle()});