Content constructor
Implementation
const Content(
{Key? key,
this.telegramShare,
this.instagramShare,
this.facebookShare,
this.whatsappShare,
this.twitterShare,
this.screenshotController,
this.moreShare,
this.showTextShare = true,
this.copyToClipboard})
: super(key: key);