ZwapComplexTutorialWidget constructor
const
ZwapComplexTutorialWidget({
- Key? key,
- required GlobalKey<
State< focusWidgetKey,StatefulWidget> > - required ZwapTutorialStepContent child,
- required int index,
- required int stepsCount,
- Widget focusWidgetWrapper(
- BuildContext context,
- Widget child
- double? width,
- double? height,
- Color? backgroundColor,
- bool showBack = true,
- bool showEnd = false,
- dynamic onBack()?,
- dynamic onForward()?,
- dynamic onClose()?,
- bool showSkip = false,
- Offset overlayOffset = Offset.zero,
- GlobalKey<
State< ? blurRegion,StatefulWidget> > - DecorationDirection decorationDirection = DecorationDirection.top,
- double decorationTranslation = 0,
- bool log = false,
Implementation
const ZwapComplexTutorialWidget({
Key? key,
required this.focusWidgetKey,
required this.child,
required this.index,
required this.stepsCount,
this.focusWidgetWrapper,
this.width,
this.height,
this.backgroundColor,
this.showBack = true,
this.showEnd = false,
this.onBack,
this.onForward,
this.onClose,
this.showSkip = false,
this.overlayOffset = Offset.zero,
this.blurRegion,
this.decorationDirection = DecorationDirection.top,
this.decorationTranslation = 0,
this.log = false,
}) : super(key: key);