getImage method

Widget getImage()

Implementation

Widget getImage() {
  return Padding(
    padding: const EdgeInsets.only(top: 10, left: 10, right: 10),
    child: UFUThumbImage(
      thumbImage: thumbImage,
    ),
  );
}