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