SocialMediaGenericEmbedData constructor

const SocialMediaGenericEmbedData({
  1. bool canChangeSize = false,
  2. double? aspectRatio,
})

Generic social media embed data

Implementation

const SocialMediaGenericEmbedData({
  this.canChangeSize = false,
  this.aspectRatio,
});