size property
Size
get
size
Gets or sets the width and height of the Rect as a Size.
Implementation
_i3.Size get size => _i4.getProperty(
this,
'size',
);
set
size
(Size value)
Implementation
set size(_i3.Size value) {
_i4.setProperty(
this,
'size',
value,
);
}