percentWidth property
double
get
percentWidth
Get MediaQuery Screen Width in percentage
Implementation
double get percentWidth => screenWidth / 100;
Get MediaQuery Screen Width in percentage
double get percentWidth => screenWidth / 100;