screenSize property
Size
get
screenSize
Gets the screen size.
Example:
final size = context.screenSize;
Implementation
Size get screenSize => MediaQuery.sizeOf(this);
Gets the screen size.
Example:
final size = context.screenSize;
Size get screenSize => MediaQuery.sizeOf(this);