ellipse name if too long

This commit is contained in:
Salvatore Giordano
2020-09-21 17:17:30 +02:00
parent 293ad5c9bf
commit e72da27051
+1
View File
@@ -42,6 +42,7 @@ class ChannelName extends StatelessWidget {
return Text(
title,
style: textStyle,
overflow: TextOverflow.ellipsis,
);
},
);