TabBarTheme constructor
Creates a tab bar theme that can be used with ThemeData.tabBarTheme.
Implementation
const TabBarTheme({
this.indicator,
this.indicatorSize,
this.labelColor,
this.unselectedLabelColor,
});
Creates a tab bar theme that can be used with ThemeData.tabBarTheme.
const TabBarTheme({
this.indicator,
this.indicatorSize,
this.labelColor,
this.unselectedLabelColor,
});