appBarTheme property
performs a simple Theme.of(context).appBarTheme action and returns given appBarTheme
Implementation
AppBarTheme get appBarTheme => theme.appBarTheme;
performs a simple Theme.of(context).appBarTheme action and returns given appBarTheme
AppBarTheme get appBarTheme => theme.appBarTheme;