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