[UrlAttachment] Remove extra imageUrl padding
Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
@@ -24,10 +24,6 @@ class UrlAttachment extends StatelessWidget {
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.stretch,
|
||||
children: [
|
||||
if (urlAttachment.imageUrl != null)
|
||||
SizedBox(
|
||||
height: 16.0,
|
||||
),
|
||||
if (urlAttachment.imageUrl != null)
|
||||
Container(
|
||||
clipBehavior: Clip.antiAliasWithSaveLayer,
|
||||
|
||||
Reference in New Issue
Block a user