screenSize static method

Size screenSize(
  1. BuildContext context
)

Implementation

static Size screenSize(BuildContext context) {
  return MediaQuery.of(context).size;
}