Relative Content

Tag Archive for fluttertabs

Make tab bar’s selected tab underline be only as long as the label text

I want to be able to have the selected tab’s underline within the tab bar to only be as long as the text for that tab (as shown below). I believe my issue is that I have a SizedBox with a defined width that uses the screen’s width to determine the width of each tab. I did this as otherwise since there would be a scroll with the “SHARE THE GOOD” tab as it’s too long and I want all the tabs to fit on the screen with no scroll.

How to pass variable (user Role) into Flutter List screens[]

This should be simple, but struggling. I am adding tabs to screen and tab to two different views. BUT, I need to pass user’s role into screen called, but for some reason it is not allowing widget. reference to work? It shows up underlined.