mph method

SizedBox mph(
  1. BuildContext context
)

Implementation

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