toNavigationDrawerTheme method

DrawerThemeData toNavigationDrawerTheme()

Convert ZeroNavigationDrawerStyle to theme data divider material DrawerThemeData

Implementation

DrawerThemeData toNavigationDrawerTheme() => DrawerThemeData(
      backgroundColor: backgroundColor,
      width: width,
      shape: shape,
      elevation: 0,
    );