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