toNavbarDecoration method

NavbarDecoration toNavbarDecoration()

to navb bar decoration

Implementation

NavbarDecoration toNavbarDecoration() => NavbarDecoration(
      backgroundColor: backgroundColor,
      borderRadius: borderRadius,
      unselectedIconColor: unselectedIconColor,
      margin: margin,
      selectedIconColor: selectedIconColor,
      elevation: elevation,
      showSelectedLabels: showSelectedLabels,
      showUnselectedLabels: showSelectedLabels!,
    );