flutter_intro library
Classes
- GlobalStringKey
- Global-key that uses equals operator == of the String value to identify the key.
- Intro
- Class to encompass groups of IntroStepBuilder widgets and provide overall settings for their behavior and display. Use at top level of widget tree for global access to child steps.
- IntroButton
- Button Widget underneath intro text, using text as its content and onPressed as its action.
- IntroButtonConfig
- IntroStatus
- Intro current status, held in a isOpen, a bool.
- IntroStepBuilder
-
StatefulWidget that creates a step within an Intro widget. Build the
desired widget to highlight within builder, applying the
keyargument to ensure it is found by Intro. Set a unique order value to create a unique key for the step. - OverlayPosition
- StepWidgetParams
-
The data passed in when the system calls
IntroStep.widgetBuilderwhen the guide page is generated