screenSize property
Size
get
screenSize
Returns the size of the screen associated with this BuildContext.
This is a shorthand for MediaQuery.sizeOf(this).
Implementation
Size get screenSize => MediaQuery.sizeOf(this);