Flutter
widgets
PageScrollPhysics
PageScrollPhysics const constructor
PageScrollPhysics
description
PageScrollPhysics
constructor
Null safety
const
PageScrollPhysics
(
{
ScrollPhysics
?
parent
}
)
Creates physics for a
PageView
.
Implementation
const PageScrollPhysics({ super.parent });
Flutter
widgets
PageScrollPhysics
PageScrollPhysics const constructor
PageScrollPhysics class
Constructors
PageScrollPhysics
Properties
allowImplicitScrolling
dragStartDistanceMotionThreshold
hashCode
maxFlingVelocity
minFlingDistance
minFlingVelocity
parent
runtimeType
spring
tolerance
Methods
adjustPositionForNewDimensions
applyBoundaryConditions
applyPhysicsToUserOffset
applyTo
buildParent
carriedMomentum
createBallisticSimulation
noSuchMethod
recommendDeferredLoading
shouldAcceptUserOffset
toString
Operators
operator ==