Design constructor
Design({
- String? bgColor,
- num? bgOpacity,
- String? toolTipPosition,
- String? toolTipArrow,
- String? spotlightPosition,
- String? spotlightArrow,
- num? spotlightX,
- num? spotlightY,
- dynamic arrowImageId,
- String? coachColor,
- String? coachmarkPosition,
- num? coachRadius,
- String? pipPosition,
- bool? hasBorder,
- String? borderColor,
- num? borderWidth,
- bool? hasAdvancedOptions,
- num? roundness,
- Margin? padding,
- Margin? margin,
- bool? showCloseButton,
- dynamic closeButtonColor,
- bool? bgOverlay,
- String? overlayColor,
- num? overlayOpacity,
- String? id,
Implementation
Design({
this.bgColor,
this.bgOpacity,
this.toolTipPosition,
this.toolTipArrow,
this.spotlightPosition,
this.spotlightArrow,
this.spotlightX,
this.spotlightY,
this.arrowImageId,
this.coachColor,
this.coachmarkPosition,
this.coachRadius,
this.pipPosition,
this.hasBorder,
this.borderColor,
this.borderWidth,
this.hasAdvancedOptions,
this.roundness,
this.padding,
this.margin,
this.showCloseButton,
this.closeButtonColor,
this.bgOverlay,
this.overlayColor,
this.overlayOpacity,
this.id,
});