bottomAppBarTheme function

BottomAppBarTheme bottomAppBarTheme(
  1. BuildContext context
)

Implementation

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