remove the 'location pin' icon from LocationRecommendation widget

This commit is contained in:
ashilkn 2024-02-22 12:33:42 +05:30
parent 9d3971cd73
commit 19982a1fd4

View file

@ -299,23 +299,6 @@ class LocationRecommendation extends StatelessWidget {
],
),
),
Positioned(
top: 8,
left: 8,
child: Container(
width: 16,
height: 16,
decoration: BoxDecoration(
color: Colors.black.withOpacity(0.6),
borderRadius: BorderRadius.circular(8),
),
child: const Icon(
Icons.location_on_sharp,
color: Colors.white,
size: 11,
),
),
),
],
),
),