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