From 950d852b0ce9688de2afd4197e7048d7a3f55bdf Mon Sep 17 00:00:00 2001 From: Deven Joshi Date: Fri, 30 Oct 2020 14:04:46 +0530 Subject: [PATCH] feat: giphy color --- lib/src/giphy_attachment.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/giphy_attachment.dart b/lib/src/giphy_attachment.dart index ed0bfcbf..febc757e 100644 --- a/lib/src/giphy_attachment.dart +++ b/lib/src/giphy_attachment.dart @@ -32,6 +32,7 @@ class GiphyAttachment extends StatelessWidget { } return Container( + color: Colors.white, child: Column( mainAxisSize: MainAxisSize.min, crossAxisAlignment: CrossAxisAlignment.stretch,