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