toHeight property
double
get
toHeight
makes the height
responsive on different screen sizes
Implementation
double get toHeight => SizeConfig().getHeightRatio(this.toDouble());
makes the height
responsive on different screen sizes
double get toHeight => SizeConfig().getHeightRatio(this.toDouble());