screenRatio function

double screenRatio(
  1. BuildContext context
)

Implementation

double screenRatio(BuildContext context) {
  return fullScreenWidth(context) / fullScreenHeight(context);
}