SeniorTabBarThemeData constructor

const SeniorTabBarThemeData({
  1. SeniorTabBarStyle? style,
})

Theme definitions for the SeniorTabBar component.

Implementation

const SeniorTabBarThemeData({
  this.style,
});