rotateGesturesEnabled property

bool rotateGesturesEnabled

Implementation

bool get rotateGesturesEnabled => _rotateGesturesEnabled;
void rotateGesturesEnabled=(bool value)

Implementation

set rotateGesturesEnabled(bool value) {
  this._rotateGesturesEnabled = value;
  notifyListeners();
}