TooltipStep constructor
const
TooltipStep({
- required String anchorKey,
- required int? delayInMs,
- required String title,
- required String body,
- required String placement,
- required Color backgroundColor,
- required Color borderColor,
- required double borderWidth,
- required double cornerRadius,
- required bool shadow,
- required double maxWidth,
- required double padding,
- 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 TooltipStep({
required this.anchorKey,
required this.delayInMs,
required this.title,
required this.body,
required this.placement,
required this.backgroundColor,
required this.borderColor,
required this.borderWidth,
required this.cornerRadius,
required this.shadow,
required this.maxWidth,
required this.padding,
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,
});