fix toggle

pull/152/head
Fatimah.Alshammari 2 months ago
parent 77242825bb
commit e17d3cde87

@ -49,7 +49,7 @@ class NearestERItem extends StatelessWidget {
).toShimmer2(isShow: isLoading)
: Utils.buildImgWithNetwork(
url: nearestERItem.projectImageURL ?? '',
// iconColor: Colors.transparent,
iconColor: Colors.transparent,
).circle(24.h).toShimmer2(isShow: isLoading),
const SizedBox(width: 12),
Expanded(

Loading…
Cancel
Save