fluttercommunity / persist_theme

Persist Theme - A flutter plugin for persisting the theme data. Support for Dark Modes. Maintainer @rodydavis
https://fluttercommunity.github.io/persist_theme/
MIT License
69 stars 12 forks source link

[example] fix FAB background color #8

Closed miDeb closed 4 years ago

miDeb commented 4 years ago

As far as I can thell, ThemeModel.accentColor should only be used in the ThemeModel.theme getter for the custom theme. Using it directly leads to bugs. ThemeModel.accentColor should probably be private.

miDeb commented 4 years ago

Cosing for #10, which includes a complete refactor of the example.