ShareButton constructor

const ShareButton({
  1. Key? key,
  2. required Activity activity,
})

Implementation

const ShareButton({
  Key? key,
  required this.activity,
}) : super(key: key);