SpotlightStep constructor
const
SpotlightStep({
- required String anchorKey,
- required int? delayInMs,
- required String title,
- required String body,
- required String calloutPosition,
- required double calloutGap,
- required Color overlayColor,
- required double overlayOpacity,
- required String highlightShape,
- required double highlightCornerRadius,
- required double highlightPadding,
- required Color highlightGlowColor,
- required double highlightGlowWidth,
- required Color calloutBackgroundColor,
- required double calloutCornerRadius,
- required double calloutMaxWidth,
- required double calloutPadding,
- required bool calloutShadow,
- required Color calloutBorderColor,
- required double calloutBorderWidth,
- required bool showArrow,
- required Color? arrowColor,
- required Color? arrowBorderColor,
- required double arrowSize,
- required Color titleColor,
- required double titleSize,
- required FontWeight titleWeight,
- required Color bodyColor,
- required double bodySize,
- required Color buttonPrimaryBackgroundColor,
- required Color buttonPrimaryTextColor,
- required Color buttonGhostTextColor,
- required List<
GuideAction> actions,
Implementation
const SpotlightStep({
required this.anchorKey,
required this.delayInMs,
required this.title,
required this.body,
required this.calloutPosition,
required this.calloutGap,
required this.overlayColor,
required this.overlayOpacity,
required this.highlightShape,
required this.highlightCornerRadius,
required this.highlightPadding,
required this.highlightGlowColor,
required this.highlightGlowWidth,
required this.calloutBackgroundColor,
required this.calloutCornerRadius,
required this.calloutMaxWidth,
required this.calloutPadding,
required this.calloutShadow,
required this.calloutBorderColor,
required this.calloutBorderWidth,
required this.showArrow,
required this.arrowColor,
required this.arrowBorderColor,
required this.arrowSize,
required this.titleColor,
required this.titleSize,
required this.titleWeight,
required this.bodyColor,
required this.bodySize,
required this.buttonPrimaryBackgroundColor,
required this.buttonPrimaryTextColor,
required this.buttonGhostTextColor,
required this.actions,
});