screenSize property

Size screenSize

The size of the media in logical pixels (e.g, the size of the screen). This is not the same as screenSize in pixels.

If you need this to be in pixels you can multiply it by mediaQuery.devicePixelRatio Or use the window object from dart:ui

Implementation

Size get screenSize => this.mediaQuery.size;