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