系统消息可以多行

master
章文轩 2 years ago
parent c8c684d471
commit cd3482224c

@ -760,6 +760,7 @@ class MessageWidget extends StatelessWidget {
message!.content ?? '', message!.content ?? '',
textAlign: TextAlign.center, textAlign: TextAlign.center,
style: TextStyle(fontSize: 10.0,color: Color(0xFF333333)), style: TextStyle(fontSize: 10.0,color: Color(0xFF333333)),
maxLines: 15,
), ),
) )
], ],

Loading…
Cancel
Save