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