size property
The distance between the upper-left corner and the lower-right corner of this rectangle.
Implementation
Size get size => Size(width, height);
The distance between the upper-left corner and the lower-right corner of this rectangle.
Size get size => Size(width, height);