Core class

Constructors

Core.new()
factory

Properties

btnAction ↔ RxState<int>
latefinal
hashCode int
The hash code for this object.
no setterinherited
isAllExpanded bool
状态辅助
getter/setter pair
itemAction ↔ RxState<int>
latefinal
pageAction ↔ RxState<int>
状态管理 (using RxState)
latefinal
pageMap ↔ RxState<Map<int, PageInfo>>
latefinal
pageMapv Map<int, PageInfo>
页面管理
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedColor Color?
getter/setter pair
selectedNodeIndex ↔ RxState<int>
latefinal
style TextStyle
getter/setter pair

Methods

dispose() → void
资源清理
initPages(List<PageInfo> initialPages) → void
初始化页面
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyBtns(int n) → void
notifyItem(int n) → void
notifyPage(int n) → void
页面通知
removePageInfo(int index) → void
移除 pageMap 中的 PageInfo
toString() String
A string representation of this object.
inherited
updatePageInfo(int index, PageInfo newInfo) → void
更新 pageMap 中的单个 PageInfo

Operators

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

Static Properties

instance Core
no setter