DyListViewConfig class

Constructors

DyListViewConfig.new({bool shrinkWrap = false, bool reverse = false, bool? primary, ScrollPhysics? physics, EdgeInsetsGeometry? padding, double? itemExtent, double? itemExtentBuilder(int, SliverLayoutDimensions)?, int? findChildIndexCallback(Key)?, bool addAutomaticKeepAlives = true, bool addRepaintBoundaries = true, bool addSemanticIndexes = true, double? cacheExtent, Clip clipBehavior = Clip.hardEdge})
const

Properties

addAutomaticKeepAlives bool
final
addRepaintBoundaries bool
final
addSemanticIndexes bool
final
cacheExtent double?
final
clipBehavior Clip
final
findChildIndexCallback int? Function(Key)?
final
hashCode int
The hash code for this object.
no setterinherited
itemExtent double?
final
itemExtentBuilder double? Function(int, SliverLayoutDimensions)?
final
padding EdgeInsetsGeometry?
final
physics ScrollPhysics?
final
primary bool?
final
reverse bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shrinkWrap bool
flaq shrinkWrap for listview
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited