dark static method

ThemeData dark()

Dark theme configuration.

Implementation

static ThemeData dark() => _themeData(darkMode: true);