cSize property

Size cSize

Returns the size of the screen obtained from MediaQuery.of(context).size.

Implementation

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