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