ThemeData.dark()

A default dark theme with a teal accent color.

Source

factory ThemeData.dark() => new ThemeData(brightness: Brightness.dark);