tabBarTheme function

TabBarThemeData tabBarTheme(
  1. BuildContext context
)

Implementation

TabBarThemeData tabBarTheme(BuildContext context) {
  return theme(context).tabBarTheme;
}