PageBlockEmbedded constructor

PageBlockEmbedded({
  1. String? extra,
  2. int? client_id,
  3. string? url,
  4. string? html,
  5. Photo? poster_photo,
  6. int32? width,
  7. int32? height,
  8. PageBlockCaption? caption,
  9. Bool? is_full_width,
  10. Bool? allow_scrolling,
})

Implementation

PageBlockEmbedded({
  super.extra,
  super.client_id,
  this.url,
  this.html,
  this.poster_photo,
  this.width,
  this.height,
  this.caption,
  this.is_full_width,
  this.allow_scrolling,
});