NoviceGuideControllerImpl class

Implemented types

Constructors

NoviceGuideControllerImpl()

Properties

currentStep GuideStep?
當前的步驟
no setteroverride
currentStepIndex int?
當前的步驟index
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
isShowing bool
是否正在顯示中
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

attach(NoviceGuideState state) → void
canNext() bool
override
canPrevious() bool
override
dispose() → void
finish() Future<void>
override
next({bool waitCurrentEnd = true, bool currentEndWithAnimation = true, FutureCallback? onCurrentEndComplete}) Future<void>
waitCurrentEnd - 是否等待當前步驟關閉後再跳下個步驟 currentEndWithAnimation - 關閉當前步驟是否有動畫 onCurrentEndComplete - 當前步驟完全關閉後回調, 若需要在此執行等待操作, 可以在此回傳Future, 當waitCurrentEnd為true時有效
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
previous({bool waitCurrentEnd = true, bool currentEndWithAnimation = true, FutureCallback? onCurrentEndComplete}) Future<void>
waitCurrentEnd - 是否等待當前步驟關閉後再跳上個步驟 currentEndWithAnimation - 關閉當前步驟是否有動畫 onCurrentEndComplete - 當前步驟完全關閉後回調, 若需要在此執行等待操作, 可以在此回傳Future, 當waitCurrentEnd為true時有效
override
toString() String
A string representation of this object.
inherited

Operators

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