CopyOrShareButton constructor

const CopyOrShareButton(
  1. String share, {
  2. Key? key,
  3. void onPressed()?,
})

Implementation

const CopyOrShareButton(this.share, {super.key, this.onPressed});