appTheme property

ThemeData get appTheme

Implementation

ThemeData get appTheme => _appTheme ??= Theme.of(context);