FocusTarget constructor
This returns a widget for a step in a tutorial.
params:
key
: key of type GlobalKey.keyName
: key where the widget shows.description
: description of the step.isCircle
: bool to specify if circlealign
: align of type ContentAlign to align button.crossAlign
: Cross align axesskipAlignment
: to give alignment of skip optionnext
: Functiontype, this show the next step or
key` to show the tour of.nextCrossAlign
: nextCrossAlign to give alignment of next optionisEnd
: true if last step of the tour.tutorialCoachMark
: instance of tutorialCoachMark to which this focusTarget is linked.
Implementation
- talawa
- app_tour
- FocusTarget
- FocusTarget constructor