fix giphy corner tag

This commit is contained in:
Salvatore Giordano
2020-11-05 11:37:12 +01:00
parent 5099b55fde
commit da2ca55874
+4
View File
@@ -55,6 +55,8 @@ class GiphyAttachment extends StatelessWidget {
mainAxisSize: MainAxisSize.min,
crossAxisAlignment: CrossAxisAlignment.stretch,
children: <Widget>[
Stack(
children: [
Padding(
padding: const EdgeInsets.all(8.0),
child: GestureDetector(
@@ -126,6 +128,8 @@ class GiphyAttachment extends StatelessWidget {
),
),
),
],
),
if (attachment.title != null)
Container(
alignment: Alignment.bottomCenter,