getIcon method

Widget getIcon()

Implementation

Widget getIcon() {
  return ImageView(url: icon, width: 54, height: 54);
}