ScrollOptions class

Constructors

ScrollOptions({ScrollPhysics? physics, bool reverse = false, Axis scrollDirection = Axis.vertical, ScrollViewKeyboardDismissBehavior keyboardDismissBehavior = ScrollViewKeyboardDismissBehavior.manual})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
keyboardDismissBehavior ScrollViewKeyboardDismissBehavior
How the scroll view should respond to user input to dismiss the current primary keyboard. Defaults to ScrollViewKeyboardDismissBehavior.manual. See documentation for ScrollViewKeyboardDismissBehavior for more details.
final
physics ScrollPhysics?
How the scroll view should respond to user input. For example, determines how the scroll view continues to animate after the user stops dragging the scroll view. Defaults to matching platform conventions. See documentation for ScrollPhysics for more details.
final
reverse bool
The direction along which the scroll view scrolls.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollDirection Axis
The axis along which the scroll view scrolls. Defaults to Axis.vertical. See documentation for Axis for more details.
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