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