of static method

BottomAppBarTheme of(
  1. BuildContext context
)

The ThemeData.bottomAppBarTheme property of the ambient Theme.

Implementation

static BottomAppBarTheme of(BuildContext context) {
  return Theme.of(context).bottomAppBarTheme;
}