tabBarTheme function

TabBarTheme tabBarTheme(
  1. BuildContext context
)

Implementation

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