Properties constructor
Properties({
- String? orientation,
- String? imageUrl,
- bool? autoDimension,
- bool? arrowAutoDimension,
- double? gap,
- double? arrowImageWidth,
- double? arrowImageHeight,
- String? arrowImageUrl,
- String? text,
- String? fontColor,
- double? fontSize,
- int? fontWeight,
- double? lineHeight,
- String? alignment,
- Margin? margin,
- Margin? padding,
- bool? autoLink,
- double? elevation,
- bool? hasBg,
- String? bgUrl,
- String? bgColor,
- double? bgOpacity,
- bool? hasBorder,
- String? borderColor,
- double? borderOpacity,
- double? roundness,
- CustomBorder? border,
- bool? hasAction,
- String? clickType,
- String? target,
- bool? hasTransition,
- String? transition,
- String? height,
- String? width,
- String? style,
- String? horizontalAlignment,
- String? verticalAlignment,
- String? horizontalContentAlignment,
- String? verticalContentAlignment,
- List<
UIComponent> ? children, - String? size,
- String? color,
- DateTime? endDate,
- 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,
});