GuideStep constructor
GuideStep({
- required GlobalKey<
State< targetKey,StatefulWidget> > - required String title,
- required String description,
- Widget? customContent,
- EdgeInsets tooltipPadding = const EdgeInsets.all(16),
- Color? backgroundColor,
- double borderRadius = 8.0,
- bool showSkipButton = true,
Implementation
GuideStep({
required this.targetKey,
required this.title,
required this.description,
this.customContent,
this.tooltipPadding = const EdgeInsets.all(16),
this.backgroundColor,
this.borderRadius = 8.0,
this.showSkipButton = true,
});