The aspect ration of this dimension (width / height).
double get aspectRation => isZeroDimension ? 0 : width / height;