PageBlockEmbedded constructor
PageBlockEmbedded({})
Implementation
PageBlockEmbedded({
required this.url,
required this.html,
this.posterPhoto,
required this.width,
required this.height,
this.caption,
required this.isFullWidth,
required this.allowScrolling,
});