SIQTabBarTheme constructor

SIQTabBarTheme({
  1. String? backgroundColor,
  2. String? activeTabColor,
  3. String? inactiveTabColor,
})

Implementation

SIQTabBarTheme({
  this.backgroundColor,
  this.activeTabColor,
  this.inactiveTabColor,
});