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