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