ListViewSettings class

List view settings for if showInListView = true.

Constructors

ListViewSettings({Axis scrollDirection = Axis.vertical, bool shrinkWrap = true, bool reverse = false, bool addAutomaticKeepAlives = true, bool addRepaintBoundaries = true, bool addSemanticIndexes = true, DragStartBehavior dragStartBehavior = DragStartBehavior.start, ScrollViewKeyboardDismissBehavior keyboardDismissBehavior = ScrollViewKeyboardDismissBehavior.manual, Clip clipBehavior = Clip.hardEdge, ScrollController? controller, bool? primary, ScrollPhysics? physics, EdgeInsetsGeometry? padding, IndexedWidgetBuilder? separatorBuilder, double? cacheExtent, String? restorationId})
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
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
separatorBuilder IndexedWidgetBuilder?
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