FLDyStackUnitModel class

StackView

Inheritance
Annotations
  • @JsonSerializable()

Constructors

FLDyStackUnitModel({String? uniqueId, String? unitName, FLDyUnitPositioned? positioned, List<FLDyUnitModel>? children, String? alignment, String? fit, String? textDirection, String? overflow})
FLDyStackUnitModel.fromJson(Map<String, dynamic> json)
factory

Properties

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

Methods

getAlignment() AlignmentDirectional?
getOverflow() Clip?
getStackFit() StackFit?
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