GuideStep constructor
GuideStep({
- dynamic identify,
- required List<
FocusTarget> targets, - MultiDescContentBuilder? descBuilder,
- Color? maskColor,
- Widget? skip,
- AlignmentGeometry? skipAlign,
- bool skipEnable = true,
- EdgeInsetsGeometry? skipMargin,
- void onTapSpace(
- NoviceGuideController controller
Implementation
GuideStep({
this.identify,
required this.targets,
this.descBuilder,
this.maskColor,
this.skip,
this.skipAlign,
this.skipEnable = true,
this.skipMargin,
this.onTapSpace,
});