VImageContainer constructor
const
VImageContainer({})
Implementation
const VImageContainer({
super.key,
this.child,
this.height = 128,
this.width = 128,
this.fit = BoxFit.contain,
this.borderRadius = 8,
this.placeholderIcon = Icons.image_outlined,
});