allowMove property
      
      bool
      get
      allowMove
      
    
    
Gets or sets whether the user may move objects. The initial value is true.
Implementation
_i2.bool get allowMove => _i4.getProperty(
      this,
      'allowMove',
    );
      
      set
      allowMove
      (bool value) 
      
    
    
    
Implementation
set allowMove(_i2.bool value) {
  _i4.setProperty(
    this,
    'allowMove',
    value,
  );
}