isScrollable property
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;