of static method
- BuildContext context
The ThemeData.bottomAppBarTheme property of the ambient Theme.
Implementation
static BottomAppBarTheme of(BuildContext context) {
return Theme.of(context).bottomAppBarTheme;
}
The ThemeData.bottomAppBarTheme property of the ambient Theme.
static BottomAppBarTheme of(BuildContext context) {
return Theme.of(context).bottomAppBarTheme;
}