aspectRatio property
double
get
aspectRatio
Returns the aspect ratio of the screen.
Implementation
double get aspectRatio => width / height;
Returns the aspect ratio of the screen.
double get aspectRatio => width / height;