getPartialWidth static method
Get percentage of screen height as DPI
Implementation
static double getPartialWidth(BuildContext context, {double percentOf = 1}) {
return (MediaQuery.of(context).size.width * percentOf);
}
Get percentage of screen height as DPI
static double getPartialWidth(BuildContext context, {double percentOf = 1}) {
return (MediaQuery.of(context).size.width * percentOf);
}