isScrollable property
final
Whether this tab bar can be scrolled horizontally.
If isScrollable 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 isScrollable;