Increase hit area for outgoing collections
This commit is contained in:
parent
5f8648554a
commit
39d066285e
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ class _SharedCollectionGalleryState extends State<SharedCollectionGallery>
|
|||
}
|
||||
}
|
||||
return GestureDetector(
|
||||
behavior: HitTestBehavior.opaque,
|
||||
child: Container(
|
||||
margin: EdgeInsets.fromLTRB(16, 12, 8, 12),
|
||||
child: Row(
|
||||
|
|
Loading…
Add table
Reference in a new issue