isZoomBouncing property
bool
get
isZoomBouncing
isZoomBouncing
Implementation
bool get isZoomBouncing {
final _$$ref = object$.ref;
objc.checkOsVersionInternal('UIScrollView.isZoomBouncing', iOS: (false, (2, 0, 0)));
return _objc_msgSend_91o635(_$$ref.pointer, _sel_isZoomBouncing);
}