getScreenSize function

Size getScreenSize(
  1. BuildContext context
)

Implementation

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