width static method

double width(
  1. BuildContext context
)

Implementation

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