arrangementVertical property
      
      EnumValue
      get
      arrangementVertical
      
    
    
Position each tree in a non-overlapping fashion by increasing Y coordinates, starting at the Layout#arrangementOrigin; this value is used for TreeLayout#arrangement.
Implementation
static _i3.EnumValue get arrangementVertical => _i4.getProperty(
      _declaredTreeLayout,
      'ArrangementVertical',
    );
      
      set
      arrangementVertical
      (EnumValue value) 
      
    
    
    
Implementation
static set arrangementVertical(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredTreeLayout,
    'ArrangementVertical',
    value,
  );
}