Whether the tabs are pinned.
bool? get pinned => _wrapped.pinned;
set pinned(bool? v) { _wrapped.pinned = v; }