screenWidth static method

double screenWidth(
  1. BuildContext context
)

Implementation

static double screenWidth(BuildContext context) => screenSize(context).width;