magnitude property

double magnitude

Get the magnitude of a Size

Implementation

double get magnitude => sqrt(width * width + height * height);