setLightTheme method

dynamic setLightTheme(
  1. BuildContext context
)

Implementation

setLightTheme(BuildContext context){
   context.read<CustomThemeCubit>().setLightTheme();
}