SocialMediaGenericEmbedData constructor

const SocialMediaGenericEmbedData({
  1. bool supportMediaControll = false,
  2. bool canChangeSize = false,
  3. double bottomMargin = 0,
  4. double? aspectRatio,
})

Implementation

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