bottomAppBarTheme function

BottomAppBarThemeData bottomAppBarTheme(
  1. BuildContext context
)

Implementation

BottomAppBarThemeData bottomAppBarTheme(BuildContext context) {
  return theme(context).bottomAppBarTheme;
}