I am new flutter developer and I would like to browse among these icons in app bar,Any idea?
how can i navigate between icons in the appBar on flutter?
617 views Asked by Thales Albert0 At
2
I am new flutter developer and I would like to browse among these icons in app bar,Any idea?
You can use Tab Bar, please check this : https://m.youtube.com/watch?v=r1sQTA_zPog
If you hope to do it with the hard way you can make a button for each icon and in onPressed add setState with Navigator and modified color
Check ; https://flutter.dev/docs/development/ui/navigation