Image constructor
const
Image({})
Implementation
const Image({
required this.src,
this.width,
this.height,
this.fit = BoxFit.contain,
Key? key,
this.href,
this.borderRadius, // Nouvel argument ajouté
}) : super(key: key);