size static method
Returns the full screen Size from MediaQuery
Implementation
static Size size(BuildContext context) => MediaQuery.sizeOf(context);
Returns the full screen Size from MediaQuery
static Size size(BuildContext context) => MediaQuery.sizeOf(context);