The squared length of the diagonal of a rectangle with this Size.
double get squaredDiagonal => width * width + height * height;