TabThemeData constructor
const
TabThemeData({
- EdgeInsets? padding,
- double? height,
- double? width,
- Color? tabBarBackgroundColor,
- TextStyle? textStyle,
- IconThemeData? iconThemeData,
- double? itemSpacing,
- EdgeInsets? itemPadding,
- Color? itemColor,
- Color? itemHoverColor,
- Color? itemHighlightColor,
- bool? itemFilled,
- Color? itemBackgroundColor,
- Color? itemHoverBackgroundColor,
- Color? itemHighlightBackgroundColor,
Creates a TabThemeData.
Implementation
const TabThemeData({
this.padding,
this.height,
this.width,
this.tabBarBackgroundColor,
this.textStyle,
this.iconThemeData,
this.itemSpacing,
this.itemPadding,
this.itemColor,
this.itemHoverColor,
this.itemHighlightColor,
this.itemFilled,
this.itemBackgroundColor,
this.itemHoverBackgroundColor,
this.itemHighlightBackgroundColor,
this.menuTransitionDuration,
this.menuTrasitionCurve,
this.menuTrasitionReverseCurve,
});