CoachMaker class

Constructors

CoachMaker(BuildContext context, {required List<CoachModel> initialList, Duration firstDelay = const Duration(milliseconds: 1), Duration duration = const Duration(seconds: 1), dynamic skip()?, CoachMakerControl nextStep = CoachMakerControl.next, CoachButtonOptions? buttonOptions, Widget customNavigator(Function? onSkip, Function onNext)?})
constructor

Properties

buttonOptions CoachButtonOptions?
next step button options
final
context BuildContext
context
final
currentIndex int
curren index initalList
getter/setter pair
customNavigator → (Widget Function(Function? onSkip, Function onNext)?)
custom widget navigator
final
duration Duration
duration
final
firstDelay Duration
first duration delay
final
h double
x = horizontal y = vertical h = height w = width
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
initialList List<CoachModel>
inital list from coach point
final
nextStep CoachMakerControl
next step button control
final
overlayBlock OverlayEntry?
overlay block tap
getter/setter pair
overlayEntry OverlayEntry?
overlay entry variable
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skip → (dynamic Function()?)
skip boolean, you can set false if you want to hide skip button
final
w double
x = horizontal y = vertical h = height w = width
getter/setter pair
x double
x = horizontal y = vertical h = height w = width
getter/setter pair
y double
x = horizontal y = vertical h = height w = width
getter/setter pair

Methods

buildOverlay() OverlayEntry
build overlay
buildOverlayBlock() OverlayEntry
build overlay block
nextOverlay() → void
method for next overlay
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeOverlay() → void
method for remove overlay
show() → void
method for show overlay
toString() String
A string representation of this object.
inherited

Operators

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