PumaGuideItem constructor
PumaGuideItem({
- String? title,
- String? subtitle,
- String? description,
- GlobalKey<
State< ? globalKey,StatefulWidget> > - ShapeFocus? shapeFocus,
- bool debugShowContentContainer = false,
- bool invertContentIfNotFitBellow = true,
- double distanceFromObject = 80,
- bool invertContentOrder = false,
- bool hapticFeedback = true,
- double contentWidth = 280,
- double contentHeight = 280,
- bool showSkip = true,
- bool showNext = true,
- required Color overlayBackgroundColor,
- Color? textColor,
- Path arrowBuilder()?,
- Color? titleBackgroundColor,
- Widget builder()?,
- Widget controlAreaBuilder({})?,
- String nextWording = "Next",
- String finishWording = "Finish",
- String skipWording = "Skip",
Implementation
PumaGuideItem({
this.title,
this.subtitle,
this.description,
this.globalKey,
this.shapeFocus,
this.debugShowContentContainer = false,
this.invertContentIfNotFitBellow = true,
this.distanceFromObject = 80,
this.invertContentOrder = false,
this.hapticFeedback = true,
this.contentWidth = 280,
this.contentHeight = 280,
this.showSkip = true,
this.showNext = true,
required this.overlayBackgroundColor,
this.textColor,
this.arrowBuilder,
this.titleBackgroundColor,
this.builder,
this.controlAreaBuilder,
this.nextWording = "Next",
this.finishWording = "Finish",
this.skipWording = "Skip",
});