The tab's new pinned state.
bool? get pinned => _wrapped.pinned;
set pinned(bool? v) { _wrapped.pinned = v; }