aspectRatio function

double aspectRatio(
  1. BuildContext context
)

Implementation

double aspectRatio(BuildContext context) {
  return mediaQuery(context).size.aspectRatio;
}