String truncateChars(String s, int max, {String ellipsis = '...'}) => hz.truncatechars(s, max, ellipsis: ellipsis);