SocialMediaGenericEmbedData constructor
const
SocialMediaGenericEmbedData({})
Implementation
const SocialMediaGenericEmbedData({
this.supportMediaControll = false,
this.canChangeSize = false,
this.bottomMargin = 0,
this.aspectRatio,
}) : assert(!(aspectRatio != null && !canChangeSize && bottomMargin != 0));