cSize property
Size
get
cSize
Returns the size of the screen obtained from MediaQuery.of(context).size.
Implementation
Size get cSize => MediaQuery.of(this).size;
Returns the size of the screen obtained from MediaQuery.of(context).size.
Size get cSize => MediaQuery.of(this).size;