|
|
@ -62,8 +62,8 @@ class _MessagePageState extends State<MessagePage> with AutomaticKeepAliveClient |
|
|
mainAxisSize: MainAxisSize.min, |
|
|
mainAxisSize: MainAxisSize.min, |
|
|
children: [ |
|
|
children: [ |
|
|
_buildTabButton(title: '聊天', index: 0), |
|
|
_buildTabButton(title: '聊天', index: 0), |
|
|
const SizedBox(width: 28), |
|
|
|
|
|
_buildTabButton(title: '好友', index: 1), |
|
|
|
|
|
|
|
|
// const SizedBox(width: 28), |
|
|
|
|
|
// _buildTabButton(title: '好友', index: 1), |
|
|
], |
|
|
], |
|
|
), |
|
|
), |
|
|
actions: [ |
|
|
actions: [ |
|
|
|