Flexible( child: RichText( overflow: TextOverflow.ellipsis, // this will help add dots after maxLines maxLines: 2, // max lines after that dots comes strutStyle ...
確定! 回上一頁