htmlBody property
The HTML of the embed
Implementation
@override
String get htmlBody =>
'<div style="left:0;width:100%;height:0;position:relative;padding-bottom:56.25%;">'
'<iframe src="$embedUrl" '
'style="top:0;left:0;width:100%;height:100%;position:absolute;border:0;" '
'allowfullscreen scrolling="no" allow="encrypted-media *;"></iframe>'
'</div>';