size property

Size size

Size of bounds.

Implementation

Size get size {
  return Size.from(max - min);
}