ScreenWidth function

double ScreenWidth(
  1. BuildContext context
)

Implementation

double ScreenWidth(BuildContext context) {
  return MediaQuery.of(context).size.width;
}