feat: commands ui
This commit is contained in:
@@ -400,7 +400,7 @@ class MessageInputState extends State<MessageInput> {
|
|||||||
right: 0,
|
right: 0,
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.all(8.0),
|
padding: const EdgeInsets.all(8.0),
|
||||||
child: Material(
|
child: Card(
|
||||||
color: StreamChatTheme.of(context).primaryColor,
|
color: StreamChatTheme.of(context).primaryColor,
|
||||||
child: Container(
|
child: Container(
|
||||||
constraints: BoxConstraints.loose(Size.fromHeight(400)),
|
constraints: BoxConstraints.loose(Size.fromHeight(400)),
|
||||||
@@ -450,7 +450,7 @@ class MessageInputState extends State<MessageInput> {
|
|||||||
trailing: CircleAvatar(
|
trailing: CircleAvatar(
|
||||||
backgroundColor: StreamChatTheme.of(context).accentColor,
|
backgroundColor: StreamChatTheme.of(context).accentColor,
|
||||||
child: Icon(StreamIcons.lightning, color: Colors.white,),
|
child: Icon(StreamIcons.lightning, color: Colors.white,),
|
||||||
maxRadius: 40.0,
|
maxRadius: 25.0,
|
||||||
),
|
),
|
||||||
//subtitle: Text(c.description),
|
//subtitle: Text(c.description),
|
||||||
onTap: () {
|
onTap: () {
|
||||||
|
|||||||
Reference in New Issue
Block a user