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. bool? hasBorder,
  24. String? borderColor,
  25. double? borderOpacity,
  26. double? roundness,
  27. CustomBorder? border,
  28. bool? hasAction,
  29. String? clickType,
  30. String? target,
  31. bool? hasTransition,
  32. String? transition,
  33. String? height,
  34. String? width,
  35. String? style,
  36. String? horizontalAlignment,
  37. String? verticalAlignment,
  38. String? horizontalContentAlignment,
  39. String? verticalContentAlignment,
  40. List<UIComponent>? children,
  41. String? size,
  42. String? color,
  43. DateTime? endDate,
  44. String? arrowColor,
})

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.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,
});