SpotlightGuideConfig constructor
const
SpotlightGuideConfig({
- required List<
SpotlightStep> steps, - String? templateId,
- String outsideTapBehavior = 'next',
Implementation
const SpotlightGuideConfig({
required this.steps,
super.templateId,
super.outsideTapBehavior,
});