tabs property

  1. @observable
ObservableList<Tab> tabs
getter/setter pair

Tabs of this panel. Ignored if panels is not empty.

Implementation

@observable
ObservableList<Tab> tabs = <Tab>[].asObservable();