menu_button
menu_button copied to clipboard
The getter 'backgroundColor' isn't defined for the type 'ThemeData'.
Describe the bug I'm trying to build the app with the latest flutter stable version and im getting the error.
To Reproduce Steps to reproduce the behavior:
- Update the flutter to the latest version
- Run flutter buld appbundle (or ios)
- See error
Expected behavior Build normally
Error The getter 'backgroundColor' isn't defined for the type 'ThemeData'.
Any workarounds for this in the mean time?
I'll make a pull request, but I don't know if he is using this repository to accept... but the workaround is copy the full library (it's small code, one file only), and remove this piece of code that uses background color... and when he fix, I'll use again the library instead the copy