FLDyIconUnitModel class

Icon

Inheritance
Annotations
  • @JsonSerializable()

Constructors

FLDyIconUnitModel(FLDyUnitIconData? icon, {String? uniqueId, String? unitName, FLDyUnitPositioned? positioned, double? size, String? color, String? semanticLabel, String? textDirection})
FLDyIconUnitModel.fromJson(Map<String, dynamic> json)
factory

Properties

align FLDyUnitAlign?
finalinherited
child FLDyUnitModel?
finalinherited
children List<FLDyUnitModel>?
finalinherited
color String?
final
flex String?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
icon FLDyUnitIconData?
final
positioned FLDyUnitPositioned?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semanticLabel String?
final
size double?
final
textDirection String?
final
uniqueId String?
finalinherited
unitName String?
finalinherited

Methods

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

Operators

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