active property
bool?
get
active
Whether the tabs are active in their windows.
Implementation
bool? get active => _wrapped.active;
set
active
(bool? v)
Implementation
set active(bool? v) {
_wrapped.active = v;
}