VoneImage constructor
VoneImage({})
Implementation
VoneImage(
{Key? key,
required this.imageWidth,
required this.imageHeight,
this.placeholder,
required this.imageUrl,
this.shape = ImageShape.None,
this.boxFit = BoxFit.cover,
this.radiusSize = 0})
: super(key: key);