toNavbarDecoration method

NavbarDecoration toNavbarDecoration()

Implementation

NavbarDecoration toNavbarDecoration() => NavbarDecoration(
      backgroundColor: backgroundColor,
      elevation: elevation,
      height: height,
      unselectedItemColor: unselectedItemColor,
      unselectedIconColor: unselectedIconColor,
      showUnselectedLabels: showUnselectedLabels,
      unselectedLabelColor: unselectedLabelColor,
      selectedLabelTextStyle: selectedLabelTextStyle,
      unselectedLabelTextStyle: unselectedLabelTextStyle,
      labelBehavior: labelBehavior,
      isExtended: isExtended,
    );