of method Null safety
- BuildContext context
The ThemeData.appBarTheme property of the ambient Theme.
Implementation
static AppBarTheme of(BuildContext context) {
return Theme.of(context).appBarTheme;
}
The ThemeData.appBarTheme property of the ambient Theme.
static AppBarTheme of(BuildContext context) {
return Theme.of(context).appBarTheme;
}