TutorialStep constructor
TutorialStep({
- GlobalKey<
State< ? widgetKey,StatefulWidget> > - required Widget child,
- Widget? indicator,
- double? indicatorHeight,
- double? indicatorWidth,
- bool? showAbove,
- EdgeInsets? focusOverlayPadding,
Implementation
TutorialStep({
this.widgetKey,
required this.child,
this.indicator,
this.indicatorHeight,
this.indicatorWidth,
this.showAbove,
this.focusOverlayPadding,
});