LikeButton constructor

const LikeButton({
  1. Key? key,
  2. double size = 25,
  3. EdgeInsets? padding,
  4. AppMediaItem? appMediaItem,
})

Implementation

const LikeButton({
  super.key,
  this.size = 25,
  this.padding,
  this.appMediaItem,
});