GuideManager class
Constructors
- GuideManager(BuildContext context, {double opacity = 0.4, Duration duration = const Duration(milliseconds: 200)})
Properties
- context → BuildContext
-
The BuildContext required to display the overlay
final
- duration ↔ Duration
-
The duration of the skip transition, default is 200 milliseconds
If you do not want animations, you can set the duration to Duration.zero.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- opacity ↔ double
-
The opacity of the overlay, default is 0.4
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prepare(
List< GuideItem> guiderWidgetList) → dynamic -
show(
) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited