defaultM3NavigationBarProperties top-level property

M3NavigationBarProperties defaultM3NavigationBarProperties

Implementation

M3NavigationBarProperties get defaultM3NavigationBarProperties =>
    M3NavigationBarProperties(
      backgroundColor: M3NavigationBarDefaults.backgroundColor.toColorRGBA(),
      elevation: M3NavigationBarDefaults.elevation,
      selectedLabelStyle: M3NavigationBarDefaults.selectedLabelStyle,
      unselectedLabelStyle: M3NavigationBarDefaults.unselectedLabelStyle,
      unselectedIconColor:
          M3NavigationBarDefaults.unselectedIconColor.toColorRGBA(),
      selectedIconColor:
          M3NavigationBarDefaults.selectedIconColor.toColorRGBA(),
      unselectedIconSize: M3NavigationBarDefaults.unselectedIconSize,
      selectedIconSize: M3NavigationBarDefaults.selectedIconSize,
      labelBehavior: M3NavigationBarDefaults.labelBehavior,
      indicatorColor: M3NavigationBarDefaults.indicatorColor.toColorRGBA(),
      items: [],
    );