size property
Size
get
size
Returns the sum of all column widths and row heights.
Implementation
Size get size {
return Size(width, height);
}
Returns the sum of all column widths and row heights.
Size get size {
return Size(width, height);
}