Narasimha Naidu Korrapati
Narasimha Naidu Korrapati
/C:/Users/DELL/AppData/Local/Pub/Cache/hosted/pub.dev/persistent_bottom_nav_bar-5.0.2/lib/neumorphic_package_by_serge_software/neumorphic_card.dart:57:57 go to this file and replace it Replace: `final color = decoration.color ?? Theme.of(context).backgroundColor;` With: `final color = decoration.color ?? Theme.of(context).colorScheme.background;`
i had solved this error created PR anyone accept it This pull request addresses an issue with key event handling in the new version of Flutter. The original code caused...
go to this pub cache file and replace it Replace: final color = decoration.color ?? Theme.of(context).backgroundColor; With: final color = decoration.color ?? Theme.of(context).colorScheme.background;
Sorry for that i had forgotten to add the review
Make a review for this pull request
Yeah ok sure