appTheme property
ThemeData
get
appTheme
theme getting theme of application
Implementation
ThemeData get appTheme => Theme.of(this);
theme getting theme of application
ThemeData get appTheme => Theme.of(this);