toWidth property
double
get
toWidth
makes the width
responsive on different screen sizes
Implementation
double get toWidth => SizeConfig().getWidthRatio(this.toDouble());
makes the width
responsive on different screen sizes
double get toWidth => SizeConfig().getWidthRatio(this.toDouble());