SocialEmbed constructor
const
SocialEmbed({})
Provides a widget that displays a social embed script
Implementation
const SocialEmbed({
super.key,
required this.htmlBody,
this.htmlScale = 1.0,
this.backgroundColor,
}) : assert(
htmlScale >= 0 && htmlScale <= 1,
'htmlScale must be between 0.0 and 1.0',
);