doNotUseThisVerticalValue function
Implementation
double doNotUseThisVerticalValue({required BuildContext context}) {
return (MediaQuery.of(context).size.height / 100);
}
double doNotUseThisVerticalValue({required BuildContext context}) {
return (MediaQuery.of(context).size.height / 100);
}