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