Why global theming not working if I wrap a widget with consumer provider? – Flutter
Here I use secondary color as deepOrange in global theming using cololrscheme but when I wrap that widget with Consumer then it will not follow the global theming and apply some random color why that happens? Below is my code…