aspectRatio property

double get aspectRatio

Returns the aspect ratio of the screen.

Implementation

double get aspectRatio => width / height;