size property

Size get size

Returns the sum of all column widths and row heights.

Implementation

Size get size {
  return Size(width, height);
}