Properties class

Constructors

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})
Properties.fromJson(Map<String, dynamic> json, String type)

Properties

alignment String?
getter/setter pair
arrowAutoDimension bool?
getter/setter pair
arrowColor String?
getter/setter pair
arrowImageHeight double?
getter/setter pair
arrowImageUrl String?
getter/setter pair
arrowImageWidth double?
getter/setter pair
autoDimension bool?
getter/setter pair
getter/setter pair
bgColor String?
getter/setter pair
bgOpacity double?
getter/setter pair
bgUrl String?
getter/setter pair
border CustomBorder?
getter/setter pair
borderColor String?
getter/setter pair
borderOpacity double?
getter/setter pair
children List<UIComponent>?
getter/setter pair
clickType String?
getter/setter pair
color String?
getter/setter pair
elevation double?
getter/setter pair
endDate DateTime?
getter/setter pair
fontColor String?
getter/setter pair
fontSize double?
getter/setter pair
fontWeight int?
getter/setter pair
gap double?
getter/setter pair
hasAction bool?
getter/setter pair
hasBg bool?
getter/setter pair
hasBorder bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasTransition bool?
getter/setter pair
height String?
getter/setter pair
horizontalAlignment String?
getter/setter pair
horizontalContentAlignment String?
getter/setter pair
imageHeight double?
getter/setter pair
imageUrl String?
getter/setter pair
imageWidth double?
getter/setter pair
lineHeight double?
getter/setter pair
margin Margin?
getter/setter pair
orientation String?
getter/setter pair
padding Margin?
getter/setter pair
roundness double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size String?
getter/setter pair
style String?
getter/setter pair
target String?
getter/setter pair
text String?
getter/setter pair
transition String?
getter/setter pair
verticalAlignment String?
getter/setter pair
verticalContentAlignment String?
getter/setter pair
width String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

logJson(Map<String, dynamic> json, String name) String