display property

Size get display

The size of the current screen (logical pixels).

Equivalent to MediaQuery.of(context).size.

Implementation

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