feat: wip message input
This commit is contained in:
@@ -447,9 +447,7 @@ class MessageInputState extends State<MessageInput> {
|
|||||||
leading: UserAvatar(
|
leading: UserAvatar(
|
||||||
user: m.user,
|
user: m.user,
|
||||||
),
|
),
|
||||||
title: Text('${m.user.name}', style: TextStyle(fontWeight: FontWeight.bold),),
|
title: Text('${m.user.name}'),
|
||||||
subtitle: Text('${m.userId}'),
|
|
||||||
trailing: Icon(Icons.alternate_email, color: StreamChatTheme.of(context).accentColor,),
|
|
||||||
onTap: () {
|
onTap: () {
|
||||||
_mentionedUsers.add(m.user);
|
_mentionedUsers.add(m.user);
|
||||||
|
|
||||||
@@ -896,6 +894,10 @@ class MessageInputState extends State<MessageInput> {
|
|||||||
color: Colors.white,
|
color: Colors.white,
|
||||||
size: 16.0,
|
size: 16.0,
|
||||||
),
|
),
|
||||||
|
constraints: BoxConstraints(
|
||||||
|
maxWidth: 24.0,
|
||||||
|
maxHeight: 24.0,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user