cWidth property

double cWidth

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

Implementation

double get cWidth => MediaQuery.of(this).size.width;