GuideStep class

引導步驟

Constructors

GuideStep({dynamic identify, required List<FocusTarget> targets, MultiDescContentBuilder? descBuilder, Color? maskColor, Widget? skip, AlignmentGeometry? skipAlign, bool skipEnable = true, EdgeInsetsGeometry? skipMargin, void onTapSpace(NoviceGuideController controller)?})

Properties

descBuilder MultiDescContentBuilder?
綜合目標的說明元件 與FocusTarget.descBuilder差異在於當接收到構建請求時, 代表所有target的rect都已經獲取完成 若有多個目標且排版上有相互關聯時, 使用此值會更加方便 此值優先於FocusTarget.descBuilder, 當給定值時, FocusTarget.descBuilder將會失效
final
hashCode int
The hash code for this object.
no setterinherited
identify → dynamic
final
maskColor Color?
遮罩顏色
final
onTapSpace → void Function(NoviceGuideController controller)?
點在空白處
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skip Widget?
skip 元件
final
skipAlign AlignmentGeometry?
skip 對齊位置
final
skipEnable bool
是否啟用skip
final
skipMargin EdgeInsetsGeometry?
skip 元件與外框距離
final
targets List<FocusTarget>
引導目標
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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