defaultTabBarProperties top-level property

TabBarProperties defaultTabBarProperties

Implementation

TabBarProperties get defaultTabBarProperties => TabBarProperties(
      dividerColor: TabBarDefaults.dividerColor.toColorRGBA(),
      indicatorColor: TabBarDefaults.indicatorColor.toColorRGBA(),
      indicatorWeight: TabBarDefaults.indicatorWeight,
      labelColor: TabBarDefaults.labelColor.toColorRGBA(),
      labelPadding: TabBarDefaults.labelPadding,
      labelStyle: TabBarDefaults.labelStyle,
      unselectedLabelColor: TabBarDefaults.unselectedLabelColor.toColorRGBA(),
      unselectedLabelStyle: TabBarDefaults.unselectedLabelStyle,
      indicatorSize: TabBarDefaults.indicatorSize,
      indicatorPadding: TabBarDefaults.indicatorPadding,
      tabItemDirection: TabBarDefaults.tabItemDirection,
      gap: TabBarDefaults.gap,
      showDivider: false,
    );