Flutter
gestures
ScaleGestureRecognizer
onEnd property
onEnd
description
onEnd
property
Null safety
GestureScaleEndCallback
?
onEnd
read / write
The pointers are no longer in contact with the screen.
Implementation
GestureScaleEndCallback? onEnd;
Flutter
gestures
ScaleGestureRecognizer
onEnd property
ScaleGestureRecognizer class
Constructors
ScaleGestureRecognizer
Properties
debugDescription
debugOwner
dragStartBehavior
gestureSettings
hashCode
onEnd
onStart
onUpdate
runtimeType
team
Methods
acceptGesture
addAllowedPointer
addAllowedPointerPanZoom
addPointer
addPointerPanZoom
debugDescribeChildren
debugFillProperties
didStopTrackingLastPointer
dispose
getKindForPointer
handleEvent
handleNonAllowedPointer
handleNonAllowedPointerPanZoom
invokeCallback
isPointerAllowed
isPointerPanZoomAllowed
noSuchMethod
rejectGesture
resolve
resolvePointer
startTrackingPointer
stopTrackingIfPointerNoLongerDown
stopTrackingPointer
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==