isScrollable property
Whether this control scrolls horizontally.
When false (default), uses equal-width segments with SegmentedControlContent.
When true, uses ScrollableSegmentContent with natural widths — identical to
GlassTabBar(isScrollable: true) from the original API.
Implementation
final bool isScrollable;