Issue
how to make something like this in flutter ?
I tried to make something like this in flutter.
but widget row didn’t work for me.
Solution
For this, you can either use Tabbar
or NavigationRail
. With Tabbar, wrap it in a RotatedBox will put it in vertical mode.
Answered By – Dat Tran