SocialMetaTagParameters constructor

const SocialMetaTagParameters({
  1. String? description,
  2. Uri? imageUrl,
  3. String? title,
})

Implementation

const SocialMetaTagParameters({this.description, this.imageUrl, this.title});