mph method
Implementation
SizedBox mph(BuildContext context) => SizedBox(height: MediaQuery.of(context).size.height * (toDouble() / 100));
SizedBox mph(BuildContext context) => SizedBox(height: MediaQuery.of(context).size.height * (toDouble() / 100));