size property

Size size

Gets or sets the width and height of the Rect as a Size.

Implementation

_i3.Size get size => _i4.getProperty(
      this,
      'size',
    );
void size=(Size value)

Implementation

set size(_i3.Size value) {
  _i4.setProperty(
    this,
    'size',
    value,
  );
}