feat: commands ui

This commit is contained in:
Deven Joshi
2020-10-23 17:27:58 +05:30
parent 9ed54d5328
commit b1ac512ab4
+9 -9
View File
@@ -406,13 +406,13 @@ class MessageInputState extends State<MessageInput> {
child: Container(
constraints: BoxConstraints.loose(Size.fromHeight(400)),
decoration: BoxDecoration(
// boxShadow: [
// BoxShadow(
// spreadRadius: -8,
// blurRadius: 5.0,
// offset: Offset(0, -4),
// ),
// ],
boxShadow: [
BoxShadow(
spreadRadius: -8,
blurRadius: 5.0,
offset: Offset(0, -4),
),
],
color: StreamChatTheme.of(context).primaryColor,
borderRadius: BorderRadius.circular(8.0)
),
@@ -451,8 +451,8 @@ class MessageInputState extends State<MessageInput> {
),
trailing: CircleAvatar(
backgroundColor: StreamChatTheme.of(context).accentColor,
child: Icon(StreamIcons.lightning, color: Colors.white,),
maxRadius: 15.0,
child: Icon(StreamIcons.lightning, color: Colors.white, size: 10.0,),
maxRadius: 12.5,
),
//subtitle: Text(c.description),
onTap: () {