size property

Size get size

Returns the screen size.

Implementation

Size get size => MediaQuery.maybeOf(this)?.size ?? const Size(0, 0);