LikeWidget constructor

const LikeWidget({
  1. Key? key,
})

Implementation

const LikeWidget({Key? key}) : super(key: key);