allowMove property

bool allowMove

Gets or sets whether the user may move objects in this layer. The initial value is true.

Implementation

_i2.bool get allowMove => _i4.getProperty(
      this,
      'allowMove',
    );
void allowMove=(bool value)

Implementation

set allowMove(_i2.bool value) {
  _i4.setProperty(
    this,
    'allowMove',
    value,
  );
}