size property
LayoutSize
get
size
The size (width and height) of this rectangle.
Implementation
LayoutSize get size => LayoutSize(width, height);
The size (width and height) of this rectangle.
LayoutSize get size => LayoutSize(width, height);