ListViewProps class

Constructors

ListViewProps({Axis scrollDirection = Axis.vertical, bool reverse = false, ScrollController? controller, bool? primary, ScrollPhysics? physics, bool shrinkWrap = true, EdgeInsetsGeometry? padding = const EdgeInsets.symmetric(vertical: 0), double? itemExtent, bool addAutomaticKeepAlives = true, bool addRepaintBoundaries = true, bool addSemanticIndexes = true, double? cacheExtent, int? semanticChildCount, DragStartBehavior dragStartBehavior = DragStartBehavior.start, ScrollViewKeyboardDismissBehavior keyboardDismissBehavior = ScrollViewKeyboardDismissBehavior.manual, String? restorationId, Clip clipBehavior = Clip.hardEdge})
const

Properties

addAutomaticKeepAlives bool
final
addRepaintBoundaries bool
final
addSemanticIndexes bool
final
cacheExtent double?
final
clipBehavior Clip
final
controller ScrollController?
final
dragStartBehavior DragStartBehavior
final
hashCode int
The hash code for this object.
no setterinherited
itemExtent double?
final
keyboardDismissBehavior ScrollViewKeyboardDismissBehavior
final
padding EdgeInsetsGeometry?
final
physics ScrollPhysics?
final
primary bool?
final
restorationId String?
final
reverse bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollDirection Axis
final
semanticChildCount int?
final
shrinkWrap bool
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