tabBarWidget property
Widget
get
tabBarWidget
Implementation
Widget get tabBarWidget => TabBar(
automaticIndicatorColorAdjustment: automaticIndicatorColorAdjustment,
dragStartBehavior: dragStartBehavior,
overlayColor: overlayColor,
mouseCursor: mouseCursor,
enableFeedback: enableFeedback,
physics: physics,
controller: controller,
labelPadding: labelPadding,
tabs: tabs,
onTap: onTap,
isScrollable: isScrollable,
indicator: indicator,
labelColor: labelColor,
unselectedLabelColor: unselectedLabelColor,
indicatorColor: indicatorColor ?? labelColor,
indicatorWeight: indicatorWeight,
indicatorPadding: indicatorPadding,
labelStyle: labelStyle,
unselectedLabelStyle: unselectedLabelStyle,
indicatorSize: indicatorSize);