PageBlockEmbedded constructor

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

An embedded web page

Implementation

PageBlockEmbedded