darkTheme property

ThemeData darkTheme
getter/setter pair

For dark theme

Implementation

static ThemeData darkTheme = ThemeData(
  brightness: Brightness.dark,
  bottomSheetTheme: const BottomSheetThemeData(backgroundColor: Colors.black),
  scaffoldBackgroundColor: Colors.black,
  fontFamily: CustomStylesConfig.defaultFont,
);