init: Start working on attachment

This commit is contained in:
Deven Joshi
2020-10-30 13:51:02 +05:30
parent a1f556ca2d
commit 95d466bb9b
+3 -1
View File
@@ -31,7 +31,8 @@ class GiphyAttachment extends StatelessWidget {
);
}
return Column(
return Card(
child: Column(
mainAxisSize: MainAxisSize.min,
crossAxisAlignment: CrossAxisAlignment.stretch,
children: <Widget>[
@@ -88,6 +89,7 @@ class GiphyAttachment extends StatelessWidget {
message: message,
),
],
),
);
}
}