darkTheme property

ThemeData get darkTheme

Implementation

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