Increase hit area for outgoing collections

This commit is contained in:
Vishnu Mohandas 2021-02-08 20:24:26 +05:30
parent 5f8648554a
commit 39d066285e

View file

@ -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(