cHeight property

double cHeight

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

Implementation

double get cHeight => MediaQuery.of(this).size.height;