darkTheme top-level property

ThemeData darkTheme
read / write

Implementation

ThemeData darkTheme = ThemeData(
  brightness: Brightness.dark,
  primaryColor: Colors.grey[900],
  textSelectionTheme: TextSelectionThemeData(
    selectionColor: Colors.white,
  ),
);