theme property

ThemeData get theme

Implementation

ThemeData get theme =>
    isDark ? AppTheme(Brightness.dark) : AppTheme(Brightness.light);