double getHeight(String description) { final descriptionLength = description.length; return descriptionLength * 0.7; }