Properties constructor

Properties({
  1. String? orientation,
  2. String? imageUrl,
  3. bool? autoDimension,
  4. bool? arrowAutoDimension,
  5. double? gap,
  6. double? arrowImageWidth,
  7. double? arrowImageHeight,
  8. String? arrowImageUrl,
  9. String? text,
  10. String? fontColor,
  11. double? fontSize,
  12. int? fontWeight,
  13. double? lineHeight,
  14. String? alignment,
  15. Margin? margin,
  16. Margin? padding,
  17. bool? autoLink,
  18. double? elevation,
  19. bool? hasBg,
  20. String? bgUrl,
  21. String? bgColor,
  22. double? bgOpacity,
  23. String? bgObjectFit,
  24. int? bgWidth,
  25. int? bgHeight,
  26. int? bgTop,
  27. int? bgLeft,
  28. bool? hasBorder,
  29. String? borderColor,
  30. double? borderOpacity,
  31. double? roundness,
  32. CustomBorder? border,
  33. bool? hasAction,
  34. String? clickType,
  35. String? target,
  36. bool? hasTransition,
  37. String? transition,
  38. String? height,
  39. String? width,
  40. String? style,
  41. String? horizontalAlignment,
  42. String? verticalAlignment,
  43. String? horizontalContentAlignment,
  44. String? verticalContentAlignment,
  45. List<UIComponent>? children,
  46. String? size,
  47. String? color,
  48. DateTime? endDate,
  49. String? arrowColor,
  50. String? asset,
  51. bool? hasLines,
  52. String? lineColor,
  53. int? lineGap,
  54. String? lineStyle,
  55. int? lineThickness,
  56. int? constHeight,
  57. int? constWidth,
  58. int? currentCount,
  59. int? maxCount,
  60. double? imageHeight,
  61. double? imageWidth,
  62. String? barColor,
  63. String? barBgColor,
  64. bool? showToast,
  65. String? toastMessage,
  66. String? copyText,
  67. String? shareText,
  68. String? scratchCardAsset,
  69. bool? openInModal,
})

Implementation

Properties({
  this.orientation,
  this.imageUrl,
  this.autoDimension,
  this.arrowAutoDimension,
  this.gap,
  this.arrowImageWidth,
  this.arrowImageHeight,
  this.arrowImageUrl,
  this.text,
  this.fontColor,
  this.fontSize,
  this.fontWeight,
  this.lineHeight,
  this.alignment,
  this.margin,
  this.padding,
  this.autoLink,
  this.elevation,
  this.hasBg,
  this.bgUrl,
  this.bgColor,
  this.bgOpacity,
  this.bgObjectFit,
  this.bgWidth,
  this.bgHeight,
  this.bgTop,
  this.bgLeft,
  this.hasBorder,
  this.borderColor,
  this.borderOpacity,
  this.roundness,
  this.border,
  this.hasAction,
  this.clickType,
  this.target,
  this.hasTransition,
  this.transition,
  this.height,
  this.width,
  this.style,
  this.horizontalAlignment,
  this.verticalAlignment,
  this.horizontalContentAlignment,
  this.verticalContentAlignment,
  this.children,
  this.size,
  this.color,
  this.endDate,
  this.arrowColor,
  this.asset,
  this.hasLines,
  this.lineColor,
  this.lineGap,
  this.lineStyle,
  this.lineThickness,
  this.constHeight,
  this.constWidth,
  this.currentCount,
  this.maxCount,
  this.imageHeight,
  this.imageWidth,
  this.barColor,
  this.barBgColor,
  this.showToast,
  this.toastMessage,
  this.copyText,
  this.shareText,
  this.scratchCardAsset,
  this.openInModal,
});