darkTheme property

ThemeData darkTheme

Implementation

ThemeData get darkTheme => _themeData.copyWith(brightness: Brightness.dark);