mavriq-dev
mavriq-dev
The background color of NavigationDrawerDestination items do not follow the theme and the simulator. This is how the them appears:  In the simlator it looks like this:  I...
I'm trying to use the `ReactiveForms onWillPop` to handle saving to a database. I have it set up like this. ```dart return ReactiveForm( formGroup: form, onWillPop: () => _onWillPop(context, ref),...