CrossScrollDesign class

Constructors

CrossScrollDesign({bool reverse = false, EdgeInsetsGeometry? padding, ScrollPhysics? physics, Clip? clipBehavior, String? restorationId, ScrollViewKeyboardDismissBehavior? keyboardDismissBehavior})
const

Properties

clipBehavior Clip?
The content will be clipped (or not) according to this option.
final
hashCode int
The hash code for this object.
no setterinherited
keyboardDismissBehavior ScrollViewKeyboardDismissBehavior?
ScrollViewKeyboardDismissBehavior the defines how this ScrollView will dismiss the keyboard automatically.
final
padding EdgeInsetsGeometry?
The amount of space by which to inset the child.
final
physics ScrollPhysics?
How the scroll view should respond to user input.
final
restorationId String?
Restoration ID to save and restore the scroll offset of the scrollable.
final
reverse bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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