AntdTourStepStyle constructor
const
AntdTourStepStyle({
- bool inherit = true,
- AntdBoxStyle? bodyStyle,
- Offset arrowOffset = Offset.zero,
- Offset offset = Offset.zero,
- AntdArrowStyle? arrowStyle,
- AntdBoxStyle? contentStyle,
- AntdBoxStyle? skipStyle,
- AntdBoxStyle? nextStyle,
- AntdBoxStyle? titleStyle,
- AntdFlexStyle? titleColumnStyle,
- AntdBoxStyle? descriptionStyle,
- EdgeInsets? holdPadding,
- double? holdRadius,
Implementation
const AntdTourStepStyle({
super.inherit,
super.bodyStyle,
super.arrowOffset,
super.offset,
super.arrowStyle,
this.contentStyle,
this.skipStyle,
this.nextStyle,
this.titleStyle,
this.titleColumnStyle,
this.descriptionStyle,
this.holdPadding,
this.holdRadius,
});