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