Bottom navigation bar color
ahmed2hamy opened this issue · 4 comments
ahmed2hamy commented
Vizhan commented
@ahmed2hamy You need to add extendBody: true
in Scaffold
widget.
See example
@override
Widget build(BuildContext context) {
return Scaffold(
extendBody: true,
....
Vizhan commented
@ahmed2hamy Did that help?
Vizhan commented
I'm going to close it for now. Feel free to reopen if needed.
ahmed2hamy commented
Yes it worked, Thanks for the help and sorry for the late response.