When using Gestures for Navigation, how can I change the background color of the area beneath bottom Navigation.
CodePudding user response:
You need to wrap your widgets with Safe Area
widget. After you need to set bottom
property false
CodePudding user response:
You can use flutter_statusbarcolor_ns package to achieve your requirements.
The above package can help you to change your flutter app's statusbar's color or navigationbar's color programmatically.