ScrollViewDetailRenderViewModel class

Constructors

ScrollViewDetailRenderViewModel(List<RenderViewModel> childrenList, ControllerManager controllerManager, ScrollController controller, NativeScrollGestureDispatcher scrollGestureDispatcher, bool pagingEnable, bool isHorizontal, bool showScrollIndicator, bool bounces)

Properties

bounces ↔ bool
getter/setter pair
children → List<RenderViewModel>
final
controller → ScrollController
final
controllerManager → ControllerManager
final
hashCode → int
The hash code for this object.
no setteroverride
isHorizontal ↔ bool
getter/setter pair
pagingEnable ↔ bool
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
scrollGestureDispatcher → NativeScrollGestureDispatcher
final
showScrollIndicator ↔ bool
getter/setter pair

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.
override