choice_App_Logo top-level property
Implementation
final choice_App_Logo = Image.network(
"$App_Logo",
height: 3.7.h,
width: 3.7.h,
errorBuilder: (context, error, stackTrace) {
return Image.network(
"https://medibhai.com/assets/img/medibhai-logo.png",
height: 5.7.h,
width: 5.7.h,
);
},
);