getFullScreenSize function

Size getFullScreenSize(
  1. BuildContext context
)

Implementation

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