screenSize method

Size screenSize(
  1. BuildContext context
)

Implementation

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