ZwapSimpleTutorialWidget constructor
const
ZwapSimpleTutorialWidget({
- Key? key,
- required GlobalKey<
State< focusWidgetKey,StatefulWidget> > - required ZwapTutorialStepContent child,
- Widget focusWidgetWrapper(
- BuildContext context,
- Widget child
- double? width,
- double? height,
- Color? backgroundColor,
- bool showClose = true,
- dynamic onClose()?,
- bool dismissible = false,
- Offset overlayOffset = Offset.zero,
- ZwapButton? cta,
- bool blur = true,
Implementation
const ZwapSimpleTutorialWidget({
Key? key,
required this.focusWidgetKey,
required this.child,
this.focusWidgetWrapper,
this.width,
this.height,
this.backgroundColor,
this.showClose = true,
this.onClose,
this.dismissible = false,
this.overlayOffset = Offset.zero,
this.cta,
this.blur = true,
}) : super(key: key);