like property

Widget get like

Implementation

Widget get like {
  return iconContent(
    Icons.favorite_sharp,
    Colors.pink,
  );
}