htmlBody property
The HTML of the embed
Implementation
@override
String get htmlBody =>
'<div id="soundcloud-player" style="left:0;width:100%;height:${_heightCss}px;position:relative;">'
'<iframe src="$embedUrl" '
'style="top:0;left:0;width:100%;height:100%;position:absolute;border:0;" '
'allowfullscreen></iframe></div>';