lightTheme property

ThemeData lightTheme
getter/setter pair

For light theme

Implementation

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