toNavigationBarTheme method
Convert ZeroNavigationBarStyle to theme data divider material NavigationBarThemeData
Implementation
NavigationBarThemeData toNavigationBarTheme() => NavigationBarThemeData(
backgroundColor: backgroundColor,
height: height,
elevation: 0,
);