ScreenWith function

double ScreenWith(
  1. BuildContext context
)

Implementation

double ScreenWith(BuildContext context) => MediaQuery.of(context).size.width;