The width of the tab in pixels.
int? get width => _wrapped.width;
set width(int? v) { _wrapped.width = v; }