RenderImageToHtml constructor

RenderImageToHtml(
  1. String src,
  2. double? width,
  3. double? height,
  4. BoxFit fit, {
  5. String? href,
  6. BorderRadius? borderRadius,
})

Implementation

RenderImageToHtml(
  this.src,
  this.width,
  this.height,
  this.fit, {
  this.href,
  this.borderRadius, // Nouvel argument ajouté
});