screenWidth function

dynamic screenWidth(
  1. BuildContext context
)

Implementation

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