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