getColor static method
Implementation
static getColor(BuildContext context, {required String name}){
final themeCubit = context.watch<CustomThemeCubit>();
return themeCubit.getColor(name);
}
static getColor(BuildContext context, {required String name}){
final themeCubit = context.watch<CustomThemeCubit>();
return themeCubit.getColor(name);
}