ZwapTutorialStep class
Constructors
- ZwapTutorialStep({required ZwapTutorialStepContent content, dynamic onClose()?, double? width, double? height, Widget focusWidgetWrapper(BuildContext, Widget)?, Color? backgroundColor, Offset overlayOffset = Offset.zero, bool showBack = false, bool showSkip = false, DecorationDirection decorationDirection = DecorationDirection.bottom, double decorationTranslation = 0})
Properties
- backgroundColor → Color?
-
final
- content → ZwapTutorialStepContent
-
final
- decorationDirection → DecorationDirection
-
final
- decorationTranslation → double
-
final
- focusWidgetWrapper → Widget Function(BuildContext, Widget)?
-
If provided used to wrap the focus widget copy
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double?
-
final
- onClose → dynamic Function()?
-
Called each time this step is disposed
final
- overlayOffset → Offset
-
The translate offset of the overlay, if zero the overlay if in the bottom center of the focus widget
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showBack → bool
-
If true the user can go to the previous step
final
- showSkip → bool
-
If true the user can skip (actually close)
final
- width → double?
-
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