Is it possible with ScrollableTabRow to add spacin...
# compose
j
Is it possible with ScrollableTabRow to add spacing between tabs including the indicator?
The design that I have to implement is like this:
Or should I do it something like ScrollableTabRow Tabs for each: Tab() If not last item: Spacer(width = 8.dp)