screenSize property
Size
get
screenSize
Returns the size of the screen.
Implementation
Size get screenSize => MediaQuery.of(this).size;
Returns the size of the screen.
Size get screenSize => MediaQuery.of(this).size;