repost property

Widget get repost

Implementation

Widget get repost {
  return iconContent(
    Icons.repeat,
    Colors.green,
  );
}