getWidth static method

double getWidth(
  1. BuildContext context
)

Implementation

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