SeniorTabBarStyle constructor

const SeniorTabBarStyle({
  1. Color? indicatorColor,
  2. Color? labelColor,
  3. Color? unselectedLabelColor,
})

Style definitions for the SeniorTabBar component.

Implementation

const SeniorTabBarStyle({
  this.indicatorColor,
  this.labelColor,
  this.unselectedLabelColor,
});