screenSize property

Size get screenSize

Returns the size of the screen.

Implementation

Size get screenSize => MediaQuery.of(this).size;