appTheme property

ThemeData get appTheme

theme getting theme of application

Implementation

ThemeData get appTheme => Theme.of(this);