Hi, I use TabRow and I have two questions: 1. Is i...
# compose
i
Hi, I use TabRow and I have two questions: 1. Is it possible to remove a line that is wide the entire width screen? 2. How Can I bring the buttons together (reduce space between them)
l
You're probably looking for ScrollableTabRow
a
To remove the divider, you can set the
divider
parameter to
{}
.