intro library

Classes

Intro
Demo flow widget.
IntroCardDecoration
The decoration for intro card.
IntroController
The controller of demo flow.
IntroHighlightDecoration
The decoration for highlighted widget.
IntroParams
Parameters about a step.
IntroStepCard
Default intro card.
IntroStepTarget
A widget that wraps the target widget for a step.

Enums

IntroCardAlign
Describes the alignment of introduction card widget relative to highlighted widget.

Typedefs

IntroCardBuilder = Widget Function(BuildContext context, IntroParams params, IntroCardDecoration decoration)
IntroStepWillActivateCallback = FutureOr<void> Function(int fromStep)
IntroStepWillDeactivateCallback = FutureOr<void> Function(int willToStep)
TopLayerBuilder = Widget Function(BuildContext, IntroController)
WillDoCallback = Future<bool?> Function(int currentStep)

Exceptions / Errors

IntroException