TutorialCoachMark class

Constructors

TutorialCoachMark(BuildContext _context, {required List<TargetFocus> targets, Color colorShadow = Colors.black, dynamic onClickTarget(TargetFocus)?, dynamic onClickOverlay(TargetFocus)?, dynamic onFinish()?, double paddingFocus = 10, dynamic onSkip()?, AlignmentGeometry alignSkip = Alignment.bottomRight, String textSkip = "SKIP", TextStyle textStyleSkip = const TextStyle(color: Colors.white), bool hideSkip = false, double opacityShadow = 0.8, Duration focusAnimationDuration = const Duration(milliseconds: 600), Duration pulseAnimationDuration = const Duration(milliseconds: 500), Widget? skipWidget})

Properties

alignSkip AlignmentGeometry
final
colorShadow Color
final
focusAnimationDuration Duration
final
hashCode int
The hash code for this object.
no setterinherited
hideSkip bool
final
isShowing bool
no setter
onClickOverlay → (dynamic Function(TargetFocus)?)
final
onClickTarget → (dynamic Function(TargetFocus)?)
final
onFinish → (dynamic Function()?)
final
onSkip → (dynamic Function()?)
final
opacityShadow double
final
paddingFocus double
final
pulseAnimationDuration Duration
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipWidget Widget?
final
targets List<TargetFocus>
final
textSkip String
final
textStyleSkip TextStyle
final

Methods

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

Operators

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