FLDyListViewUnitModel class

ListView

Inheritance
Annotations
  • @JsonSerializable()

Constructors

FLDyListViewUnitModel({String? uniqueId, String? unitName, List<FLDyUnitModel>? children, FLDyUnitPositioned? positioned, String? scrollDirection, bool? reverse, bool? primary, FLDyUnitScrollPhysics? scrollPhysics, bool? shrinkWrap, FLDyUnitEdgeInsets? padding, double? itemExtent, bool? addAutomaticKeepAlives, bool? addRepaintBoundaries, bool? addSemanticIndexes, double? cacheExtent, int? semanticChildCount, FLDyUnitDivider? separatedDivider})
FLDyListViewUnitModel.fromJson(Map<String, dynamic> json)
factory

Properties

addAutomaticKeepAlives bool?
final
addRepaintBoundaries bool?
final
addSemanticIndexes bool?
final
align FLDyUnitAlign?
finalinherited
cacheExtent double?
final
child FLDyUnitModel?
finalinherited
children List<FLDyUnitModel>?
finalinherited
flex String?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
itemExtent double?
final
padding FLDyUnitEdgeInsets?
final
positioned FLDyUnitPositioned?
finalinherited
primary bool?
final
reverse bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollDirection String?
final
scrollPhysics FLDyUnitScrollPhysics?
final
semanticChildCount int?
final
separatedDivider FLDyUnitDivider?
final
shrinkWrap bool?
final
uniqueId String?
finalinherited
unitName String?
finalinherited

Methods

getScrollDirection() Axis?
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