Compose likeButton Compose like button. compose_like.mov How to Use @Composeable fun Content() { LikeButton( size = 50.dp, likeButtonState = rememberLikeButtonState( initIsLiked = false, ), ) } Thx Flutter like_button