tabBarTheme property

TabBarTheme tabBarTheme

Returns the tab bar theme from the closest material.TabBarTheme ancestor.

context.tabBarTheme is equivalent to material.TabBarTheme.of.

Implementation

material.TabBarTheme get tabBarTheme {
  return material.TabBarTheme.of(this);
}