rotationSettings property

RotationGestureSettings get rotationSettings

Implementation

RotationGestureSettings get rotationSettings {
  _CRotationGestureSettings res = _CGestureManager_rotationSettings(_CGestureManagerMakeDefault().._impl=_self);
  final t = res._toDart();
  res._releaseIntermediate();
  return t;
}