FLDyImageUnitModel class

Image

Inheritance
Annotations
  • @JsonSerializable()

Constructors

FLDyImageUnitModel({String? uniqueId, String? unitName, FLDyUnitPositioned? positioned, String? flex, required FLDyUnitImageProvider? imageProvider, FLDyUnitModel? loading, double? width, double? height, String? color, String? fit, String? alignment, String? imageRepeat, String? semanticLabel, bool? excludeFromSemantics})
FLDyImageUnitModel.fromJson(Map<String, dynamic> json)
factory

Properties

align FLDyUnitAlign?
finalinherited
alignment String?
final
child FLDyUnitModel?
finalinherited
children List<FLDyUnitModel>?
finalinherited
color String?
final
excludeFromSemantics bool?
final
fit String?
final
flex String?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
height double?
final
imageProvider FLDyUnitImageProvider?
final
imageRepeat String?
final
loading FLDyUnitModel?
final
positioned FLDyUnitPositioned?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semanticLabel String?
final
uniqueId String?
finalinherited
unitName String?
finalinherited
width double?
final

Methods

getAlignment() Alignment?
getBoxFit() BoxFit?
getImageRepeat() ImageRepeat?
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