showcase_tutorial library
Classes
- ActionButtonConfig
- Styling and behavior configuration for a single action button rendered by ShowCaseDefaultActions, such as Next, Previous or Stop.
- ActionButtonsPosition
- Manual placement for the tooltip action buttons (e.g. ShowCaseDefaultActions).
- ActionsSettings
- Container styling for the action buttons row in a Showcase tooltip.
- MultiView
- Wraps an extra target widget so it can be highlighted in the same showcase step as the primary Showcase.
- Showcase
- Highlights its child as a single step of a showcase tour.
- ShowCaseDefaultActions
- Default action buttons widget for a Showcase tooltip.
- ShowcaseStyle
-
Default tooltip styling shared by every
Showcaseunder aShowCaseWidget. - ShowCaseWidget
- Hosts a showcase tour for the Showcase widgets in its subtree.
- ShowCaseWidgetState
- The state for a ShowCaseWidget and the controller for the running tour.
Enums
- BarrierInteraction
- What happens when the user taps the dimmed background (the barrier) while a showcase step is visible.
- ShowcaseProgressStyle
- TooltipActionPosition
- How the built-in step indicator is rendered in the default tooltip.
- TooltipPosition
- The side of the target on which a Showcase tooltip is placed.
Typedefs
-
ShowcaseStepCallback
= void Function(int? index, GlobalKey<
State< key)StatefulWidget> > - Signature for the step listeners registered dynamically on the controller with ShowCaseWidgetState.addOnStartCallback and ShowCaseWidgetState.addOnCompleteCallback.