darkTheme property
Implementation
static late ThemeData darkTheme = ThemeData(
fontFamily: 'Inter',
primarySwatch: Colors.teal,
colorScheme: dark,
backgroundColor: dark.background,
scaffoldBackgroundColor: dark.background,
cardColor: dark.surface,
);