size property

LayoutSize get size

The size (width and height) of this rectangle.

Implementation

LayoutSize get size => LayoutSize(width, height);