gestureEnabled method

bool gestureEnabled(
  1. Gesture gesture
)

Implementation

bool gestureEnabled(
  Gesture gesture
)  {
  var _a1 = gesture._copyFromDartTo_CGesture();
  bool res = _CGestureManager_gestureEnabled_CGesture(_CGestureManagerMakeDefault().._impl=_self, _a1);
  return res;
}