TabBarTheme constructor
- Decoration? indicator,
- Color? indicatorColor,
- TabBarIndicatorSize? indicatorSize,
- Color? dividerColor,
- double? dividerHeight,
- Color? labelColor,
- EdgeInsetsGeometry? labelPadding,
- TextStyle? labelStyle,
- Color? unselectedLabelColor,
- TextStyle? unselectedLabelStyle,
- MaterialStateProperty<
Color?> ? overlayColor, - InteractiveInkFeatureFactory? splashFactory,
- MaterialStateProperty<
MouseCursor?> ? mouseCursor, - TabAlignment? tabAlignment,
- TextScaler? textScaler,
Creates a tab bar theme that can be used with ThemeData.tabBarTheme.
Implementation
const TabBarTheme({
this.indicator,
this.indicatorColor,
this.indicatorSize,
this.dividerColor,
this.dividerHeight,
this.labelColor,
this.labelPadding,
this.labelStyle,
this.unselectedLabelColor,
this.unselectedLabelStyle,
this.overlayColor,
this.splashFactory,
this.mouseCursor,
this.tabAlignment,
this.textScaler,
});