FLDyContainerUnitModel class

Container

Inheritance
Annotations
  • @JsonSerializable()

Constructors

FLDyContainerUnitModel({String? uniqueId, String? unitName, FLDyUnitModel? child, List<FLDyUnitModel>? children, String? flex, double? width, double? height, String? color, FLDyUnitAlign? align, FLDyUnitPositioned? positioned, FLDyUnitEdgeInsets? padding, FLDyUnitEdgeInsets? margin, FLDyUnitBoxDecoration? decoration, FLDyUnitBoxDecoration? foregroundDecoration, FLDyUnitBoxConstraints? constraints})
FLDyContainerUnitModel.fromJson(Map<String, dynamic> json)
factory

Properties

align FLDyUnitAlign?
finalinherited
child FLDyUnitModel?
finalinherited
children List<FLDyUnitModel>?
finalinherited
color String?
final
constraints FLDyUnitBoxConstraints?
final
decoration FLDyUnitBoxDecoration?
only support box decoration
final
flex String?
finalinherited
foregroundDecoration FLDyUnitBoxDecoration?
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
margin FLDyUnitEdgeInsets?
final
padding FLDyUnitEdgeInsets?
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