AntdTourStepStyle constructor

const AntdTourStepStyle({
  1. bool inherit = true,
  2. AntdBoxStyle? bodyStyle,
  3. Offset arrowOffset = Offset.zero,
  4. Offset offset = Offset.zero,
  5. AntdArrowStyle? arrowStyle,
  6. AntdBoxStyle? contentStyle,
  7. AntdBoxStyle? skipStyle,
  8. AntdBoxStyle? nextStyle,
  9. AntdBoxStyle? titleStyle,
  10. AntdFlexStyle? titleColumnStyle,
  11. AntdBoxStyle? descriptionStyle,
  12. EdgeInsets? holdPadding,
  13. 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,
});