From 13604cee386afcb31dd2b6fd061d2dfcba00b0e1 Mon Sep 17 00:00:00 2001 From: Neevash Ramdial Date: Sun, 15 Nov 2020 21:32:53 -0400 Subject: [PATCH] Change material type to transparent --- lib/src/message_input.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/message_input.dart b/lib/src/message_input.dart index 13f8291c..78833c8c 100644 --- a/lib/src/message_input.dart +++ b/lib/src/message_input.dart @@ -605,10 +605,10 @@ class MessageInputState extends State { Material _buildAttachmentButton() { return Material( clipBehavior: Clip.hardEdge, + type: MaterialType.transparency, shape: RoundedRectangleBorder( borderRadius: BorderRadius.circular(32), ), - color: Colors.transparent, child: IconButton( onPressed: () { showAttachmentModal();