tiltGesturesEnabled property

bool tiltGesturesEnabled

Implementation

bool get tiltGesturesEnabled => _tiltGesturesEnabled;
void tiltGesturesEnabled=(bool value)

Implementation

set tiltGesturesEnabled(bool value) {
  this._tiltGesturesEnabled = value;
  notifyListeners();
}