lightTheme property
For light theme
Implementation
static ThemeData lightTheme = ThemeData(
bottomSheetTheme: const BottomSheetThemeData(backgroundColor: Colors.white),
scaffoldBackgroundColor: Colors.white,
useMaterial3: true,
fontFamily: CustomStylesConfig.defaultFont,
);