dark property

ThemeData dark
final

Implementation

static final ThemeData dark = ThemeData(
    useMaterial3: true,
    colorSchemeSeed: primaryColor,
    textTheme: textTheme,
    scaffoldBackgroundColor: backgroundColor,
    brightness: Brightness.dark);