follow property

Widget get follow

Implementation

Widget get follow {
  return iconContent(
    Icons.person_add,
    Colors.blue,
  );
}