appBarTheme property

AppBarTheme appBarTheme

performs a simple Theme.of(context).appBarTheme action and returns given appBarTheme

Implementation

AppBarTheme get appBarTheme => Theme.of(this).appBarTheme;