originalDesiredSize property
Size
get
originalDesiredSize
This read-only property returns the Size that was the original value of the GraphObject#desiredSize of the element that is being resized.
Implementation
_i3.Size get originalDesiredSize => _i4.getProperty(
this,
'originalDesiredSize',
);
set
originalDesiredSize
(Size value)
Implementation
set originalDesiredSize(_i3.Size value) {
_i4.setProperty(
this,
'originalDesiredSize',
value,
);
}