Change material type to transparent
This commit is contained in:
@@ -605,10 +605,10 @@ class MessageInputState extends State<MessageInput> {
|
||||
Material _buildAttachmentButton() {
|
||||
return Material(
|
||||
clipBehavior: Clip.hardEdge,
|
||||
type: MaterialType.transparency,
|
||||
shape: RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.circular(32),
|
||||
),
|
||||
color: Colors.transparent,
|
||||
child: IconButton(
|
||||
onPressed: () {
|
||||
showAttachmentModal();
|
||||
|
||||
Reference in New Issue
Block a user