flutter_json_widgets
scroll_physics
ScrollPhysics
ScrollPhysics const constructor
ScrollPhysics
ScrollPhysics
constructor
Null safety
const
ScrollPhysics
(
{
ScrollPhysics
?
parent
}
)
Implementation
const factory ScrollPhysics({ScrollPhysics? parent}) = _ScrollPhysics;
flutter_json_widgets
scroll_physics
ScrollPhysics
ScrollPhysics const constructor
ScrollPhysics class
Constructors
ScrollPhysics
alwaysScrollable
bouncingScroll
clamping
fixedExtent
fromJson
neverScrollable
pageScroll
rangeMaintaining
Properties
copyWith
hashCode
parent
runtimeType
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==