I noticed this issue with CircularProgressIndicator, and I've seen it on both the stable and dev channels. But for a lot of the material widgets that should take in the accentColor from theme data, they don't and just revert to the default. Here's a picture of the widget tree if this helps, you can see the CircularProgressIndicator at the bottom of the screenshot of the widget tree:
And I have the ThemeProvider, ThemeConsumer, and Builder at the root of the tree. Let me know if I'm doing something wrong! Otherwise loving the package, thank you
I noticed this issue with
CircularProgressIndicator
, and I've seen it on both the stable and dev channels. But for a lot of the material widgets that should take in theaccentColor
from theme data, they don't and just revert to the default. Here's a picture of the widget tree if this helps, you can see theCircularProgressIndicator
at the bottom of the screenshot of the widget tree:And I have the
ThemeProvider
,ThemeConsumer
, andBuilder
at the root of the tree. Let me know if I'm doing something wrong! Otherwise loving the package, thank you