ThemeData.dark constructor
A default dark theme with a teal accent color.
This theme does not contain text geometry. Instead, it is expected that this theme is localized using text geometry using ThemeData.localize.
Implementation
factory ThemeData.dark() => ThemeData(brightness: Brightness.dark);