StepModel constructor
StepModel({
- TriggerIcon? triggerIcon,
- TriggerLabel? triggerLabel,
- String? trigger,
- String? dismissalSetting,
- String? title,
- String? selector,
- Null language,
- String? content,
- String? animationType,
- int? delay,
- bool? isBackdrop,
- bool? isCaret,
- String? position,
- String? triggerMode,
- String? id,
- String? shape,
- String? background,
- String? textColor,
- bool? showConfetti,
- bool? draggable,
- String? url,
- String? color,
- String? height,
- String? width,
Implementation
StepModel({
this.triggerIcon,
this.triggerLabel,
this.trigger,
this.dismissalSetting,
this.title,
this.selector,
this.language,
this.content,
this.animationType,
this.delay,
this.isBackdrop,
this.isCaret,
this.position,
this.triggerMode,
this.id,
this.shape,
this.background,
this.textColor,
this.showConfetti,
this.draggable,
this.url,
this.color,
this.height,
this.width,
});