NoviceGuideController class abstract

Implementers

Constructors

NoviceGuideController()

Properties

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

Methods

canNext() bool
canPrevious() bool
finish() Future<void>
next({bool waitCurrentEnd = true, bool currentEndWithAnimation = true, FutureCallback? onCurrentEndComplete}) Future<void>
waitCurrentEnd - 是否等待當前步驟關閉後再跳下個步驟 currentEndWithAnimation - 關閉當前步驟是否有動畫 onCurrentEndComplete - 當前步驟完全關閉後回調, 若需要在此執行等待操作, 可以在此回傳Future, 當waitCurrentEnd為true時有效
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時有效
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

create() NoviceGuideController