Flutter – Why must we ensure that ListTile title and subtitle fields do not wrap?
On the documentation for ListTile, it notes: "It is the responsibility of the caller to ensure that title does not wrap, and to ensure that subtitle doesn't wrap (if isThreeLine is false) or wraps to two lines (if it is…