TBMaker constructor
TBMaker({
- Key? key,
- required List<
Widget> tabsList, - required List<
Widget> pagesList, - dynamic onChanged(
- int Index
- int? initIndex,
- AlignmentGeometry? tabsAlignment,
- DecorationImage? tabsBackGroundimage,
- BoxBorder? tabsBorder,
- List<
BoxShadow> ? tabsBoxShadow, - double? tabsCircularRadius,
- Color? tabsColor,
- Gradient? tabsGradient,
- double? tabsHeight,
- EdgeInsetsGeometry? tabsMargin,
- EdgeInsetsGeometry? tabsPadding,
- double? tabsWidth,
- bool? Scrollable,
- EdgeInsetsGeometry? tabsRowPadding,
- required double? height,
- double? width,
- double? indicatorWeight,
- BoxDecoration? selectedTabDecoration,
- Color? indicatorColor,
Implementation
TBMaker(
{super.key,
required this.tabsList,
required this.pagesList,
this.onChanged,
this.initIndex,
this.tabsAlignment,
this.tabsBackGroundimage,
this.tabsBorder,
this.tabsBoxShadow,
this.tabsCircularRadius,
this.tabsColor,
this.tabsGradient,
this.tabsHeight,
this.tabsMargin,
this.tabsPadding,
this.tabsWidth,
this.Scrollable,
this.tabsRowPadding,
required this.height,
this.width,
this.indicatorWeight,
this.selectedTabDecoration,
this.indicatorColor});