TabGroup$Typings extension

on

Properties

activeTab Tab?
The active {@link Tabtab} in the group. This is the tab whose contents are currently being rendered.
no setter
isActive bool
Whether or not the group is currently active.
no setter
tabs List<Tab>
The list of tabs contained within the group. This can be empty if the group has no tabs open.
no setter
viewColumn ViewColumn
The view column of the group.
no setter