htmlBody property
The HTML of the embed
Implementation
@override
String get htmlBody =>
'<div id="spotify-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;border-radius:12px;" '
'allowfullscreen '
'allow="clipboard-write *; encrypted-media *; fullscreen *; picture-in-picture *;">'
'</iframe></div>';