of static method

AppBarTheme of(
  1. BuildContext context
)

The ThemeData.appBarTheme property of the ambient Theme.

Implementation

static AppBarTheme of(BuildContext context) {
  return Theme.of(context).appBarTheme;
}