widgetImage property
Widget
get
widgetImage
Implementation
Widget get widgetImage {
return Image.asset(
ImageIconResources.ic_video,
width: 90,
color: Theme.of(Get.context!).primaryColor,
);
}