FLDySizedBoxUnitModel class

SizedBox

Inheritance
Annotations
  • @JsonSerializable()

Constructors

FLDySizedBoxUnitModel({String? unitName, double? width, double? height})
FLDySizedBoxUnitModel.fromJson(Map<String, dynamic> json)
factory

Properties

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

Methods

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