Open dvorapa opened 4 years ago
use primarySwatch
instead of primaryColor
Changing primarySwatch leaves these things blue, that's why I use primaryColor.
it works fine for me with primarySwatch
If you need to have more advanced theme and not just two-color theme, primarySwatch is not a viable option. Flutter docs then recommend using these two instead.
When changing theme using this package, not everything is changed properly, e.g. FloatingActionButtons remain with the old color. My code: