VanImage constructor
const
VanImage({})
Implementation
const VanImage({
super.key,
this.src = '',
this.memory,
this.fit,
this.height,
this.width,
this.radius = 0,
this.round = false,
this.showError = true,
this.showLoading = true,
});