IframeEmbed constructor

const IframeEmbed(
  1. String url, {
  2. String title = 'Conteúdo incorporado',
  3. String? ratio,
  4. int height = 480,
  5. String? cssHeight,
  6. bool rounded = true,
  7. bool lazy = true,
  8. bool allowFullscreen = true,
  9. String? allow,
  10. String? sandbox,
  11. String? classes,
  12. Key? key,
})

Implementation

const IframeEmbed(
  this.url, {
  this.title = 'Conteúdo incorporado',
  this.ratio,
  this.height = 480,
  this.cssHeight,
  this.rounded = true,
  this.lazy = true,
  this.allowFullscreen = true,
  this.allow,
  this.sandbox,
  this.classes,
  super.key,
});