|
|
@ -241,6 +241,7 @@ class MessageWidget extends StatelessWidget {
|
|
|
|
child: Text(
|
|
|
|
child: Text(
|
|
|
|
title,
|
|
|
|
title,
|
|
|
|
maxLines: 2,
|
|
|
|
maxLines: 2,
|
|
|
|
|
|
|
|
style: TextStyle(color: Color(0xFF333333)),
|
|
|
|
overflow: TextOverflow.ellipsis,
|
|
|
|
overflow: TextOverflow.ellipsis,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
@ -253,15 +254,15 @@ class MessageWidget extends StatelessWidget {
|
|
|
|
overflow: TextOverflow.ellipsis,
|
|
|
|
overflow: TextOverflow.ellipsis,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
// Container(
|
|
|
|
Container(
|
|
|
|
// margin: EdgeInsets.only(top: 10, left: 8),
|
|
|
|
margin: EdgeInsets.only(top: 10, left: 8),
|
|
|
|
// child: Text(
|
|
|
|
child: Text(
|
|
|
|
// '$content',
|
|
|
|
'$content',
|
|
|
|
// style: TextStyle(fontSize: 12, color: Colors.grey),
|
|
|
|
style: TextStyle(fontSize: 12, color: Colors.grey),
|
|
|
|
// maxLines: 1,
|
|
|
|
maxLines: 1,
|
|
|
|
// overflow: TextOverflow.ellipsis,
|
|
|
|
overflow: TextOverflow.ellipsis,
|
|
|
|
// ),
|
|
|
|
),
|
|
|
|
// )
|
|
|
|
)
|
|
|
|
// Gaps.vGap4,
|
|
|
|
// Gaps.vGap4,
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|