aspect method

double aspect()

Implementation

double aspect() => width > height ? width / height : height / width;