CustomImage constructor
const
CustomImage({})
Implementation
const CustomImage(
{super.key,
required this.imageUrl,
this.height = 0,
this.width = 0,
this.fit = BoxFit.cover,
this.placeholder = '',
this.boxShape});