darkTheme top-level property
read / write
Implementation
ThemeData darkTheme = ThemeData(
brightness: Brightness.dark,
primaryColor: Colors.grey[900],
textSelectionTheme: TextSelectionThemeData(
selectionColor: Colors.white,
),
);