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