MephistoStepsTabBar constructor
const
MephistoStepsTabBar({ - Key? key,
- required List tabBarList,
- required TabController tabController,
- bool? defaultXPadding = true,
- bool? defaultPadding = true,
- bool? isScrollable = false,
- bool? isBoldLabel = true,
- double? height = 70,
- Color? color,
})
Implementation
const MephistoStepsTabBar(
{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});