scrollable property
Whether this tab bar can be scrolled horizontally.
If scrollable is true, then each tab is as wide as needed for its label and the entire TabBar is scrollable. Otherwise each tab gets an equal share of the available space.
Implementation
final bool scrollable;