I need to find out a method to force Flutter Text widget to use two text lines space even if the line is only one.
For example in the below photo one card is lower than the other one due to the fact that Text widget use only one line space.
Does anyone know some trick to force Text widget to use maxLines space even if only one line is needed?
