Component class

Constructors

Component({required String direction, required String type, required dynamic value, String? fontFamily, int? fontSize, String? textAlign, String? align, String? backgroundColor, int? borderRadius, String? color, String? fontWeight, int? paddingX, int? paddingY, String? url})
Component.fromJson(Map<String, dynamic> json)
factory

Properties

align String?
final
backgroundColor String?
final
borderRadius int?
final
color String?
final
direction String
final
fontFamily String?
final
fontSize int?
final
fontWeight String?
final
hashCode int
The hash code for this object.
no setterinherited
paddingX int?
final
paddingY int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textAlign String?
final
type String
final
url String?
final
value → dynamic
final

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.
inherited

Operators

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