TabGroup class

Constructors

TabGroup({required int id, required bool collapsed, required Color color, String? title, required int windowId})
TabGroup.fromJS(TabGroup _wrapped)

Properties

collapsed bool
Whether the group is collapsed. A collapsed group is one whose tabs are hidden.
getter/setter pair
color Color
The group's color.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int
The ID of the group. Group IDs are unique within a browser session.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
The title of the group.
getter/setter pair
toJS → TabGroup
no setter
windowId int
The ID of the window that contains the group.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited