bottomNavigationBarTheme function

BottomNavigationBarThemeData bottomNavigationBarTheme(
  1. BuildContext context
)

Implementation

BottomNavigationBarThemeData bottomNavigationBarTheme(BuildContext context) {
  return theme(context).bottomNavigationBarTheme;
}