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