limitations property

bool limitations

Implementation

bool get limitations => _limitations;
void limitations=(bool value)

Implementation

set limitations(bool value) {
  _limitations = value;
  if (_limitations) {
    rotation = 0;
  }
}