so i have this flutter app, and i'm trying to hide or remove the title. I tried leaving the title as an empty string i.e. new Text("")
but that messed with the alignment of the navbar.
Desired Outcome:
What i'm getting (if i leave the title as empty string):
It worked well for me.
Now you can simply disable labels for selected or unselected items:
...resulting in:
Hopefully, this snippet helps someone. It worked well for me.
I have tried this approach and it works like charm:
will give you some extra padding below. You can use
One can use bottom navigation bar type to shifting.