mpw method

SizedBox mpw(
  1. BuildContext context
)

Implementation

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