cHeight property
double
get
cHeight
Returns the height of the screen obtained from MediaQuery.of(context).size.height.
Implementation
double get cHeight => MediaQuery.of(this).size.height;
Returns the height of the screen obtained from MediaQuery.of(context).size.height.
double get cHeight => MediaQuery.of(this).size.height;