toNavigationBarTheme method

NavigationBarThemeData toNavigationBarTheme()

Convert ZeroNavigationBarStyle to theme data divider material NavigationBarThemeData

Implementation

NavigationBarThemeData toNavigationBarTheme() => NavigationBarThemeData(
      backgroundColor: backgroundColor,
      height: height,
      elevation: 0,
    );