navigationBarTheme function

NavigationBarThemeData navigationBarTheme(
  1. BuildContext context
)

Implementation

NavigationBarThemeData navigationBarTheme(BuildContext context) {
  return theme(context).navigationBarTheme;
}