How to build a responsive navbar in Flutter?

Viewed 28

I'm building a responsive web navbar using Flutter. I want that some of the textbuttons, when I hover them they should show the dropdown other buttons below. Is this possible to create? If yes, please can you show me some code so I can use it in my project?

1 Answers
Related