kherel / animated_theme_switcher

Flutter animated theme switcher
https://pub.dev/packages/animated_theme_switcher
MIT License
278 stars 28 forks source link

ThemeSwitchingArea overrides primary swatch in MaterialApp theme #34

Closed chitgoks closed 3 years ago

chitgoks commented 3 years ago

When using ThemeSwitchingArea, it overrides the swatch being set in

MaterialApp(theme: ThemeData(primarySwatch: Colors.brown))

so instead of brown, it defaults to blue. what is the workaround for this?