MoonImage constructor
const
MoonImage({})
Implementation
const MoonImage({
super.key,
required this.imageUrl,
this.width = double.infinity,
this.height = 200,
this.fit = BoxFit.cover,
this.borderRadius = const BorderRadius.all(Radius.circular(12)),
this.fallback,
});