fix iconbuttons splash animation
This commit is contained in:
@@ -613,8 +613,9 @@ class MessageInputState extends State<MessageInput> {
|
|||||||
|
|
||||||
Widget _buildFilePickerSection() {
|
Widget _buildFilePickerSection() {
|
||||||
return Container(
|
return Container(
|
||||||
color: Color(0xFFF2F2F2),
|
|
||||||
height: _filePickerSize,
|
height: _filePickerSize,
|
||||||
|
child: Material(
|
||||||
|
color: Color(0xFFF2F2F2),
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
Row(
|
Row(
|
||||||
@@ -706,6 +707,7 @@ class MessageInputState extends State<MessageInput> {
|
|||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user