width property

double? width
final

Width of the tab.

In non-scrollable ShadTabs, defaults to double.infinity. In scrollable ShadTabs, defaults to null, allowing the tab to size to its content.

Implementation

final double? width;