ZwapTutorialStep constructor
ZwapTutorialStep({
- required ZwapTutorialStepContent content,
- dynamic onClose()?,
- double? width,
- double? height,
- Widget focusWidgetWrapper()?,
- Color? backgroundColor,
- Offset overlayOffset = Offset.zero,
- bool showBack = false,
- bool showSkip = false,
- DecorationDirection decorationDirection = DecorationDirection.bottom,
- double decorationTranslation = 0,
Implementation
ZwapTutorialStep({
required this.content,
this.onClose,
this.width,
this.height,
this.focusWidgetWrapper,
this.backgroundColor,
this.overlayOffset = Offset.zero,
this.showBack = false,
this.showSkip = false,
this.decorationDirection = DecorationDirection.bottom,
this.decorationTranslation = 0,
});