getAspectRatio method

double getAspectRatio()

Implementation

double getAspectRatio() {
  return MediaQuery
      .sizeOf(_context)
      .aspectRatio;
}