MephistoTabBar constructor

const MephistoTabBar({
  1. Key? key,
  2. required List tabBarList,
  3. required TabController tabController,
  4. bool? defaultXPadding = true,
  5. bool? defaultPadding = true,
  6. bool? isScrollable = false,
  7. bool? isBoldLabel = true,
  8. double? height = 70,
  9. Color? color,
})

Implementation

const MephistoTabBar(
    {super.key,
    required this.tabBarList,
    required this.tabController,
    this.defaultXPadding = true,
    this.defaultPadding = true,
    this.isScrollable = false,
    this.isBoldLabel = true,
    this.height = 70,
    this.color});