getIconAsImage method
Creates a flutter Image widget from obtained iconData Uint8List
Implementation
Image getIconAsImage() {
return Image.memory(this.iconData);
}
Creates a flutter Image widget from obtained iconData Uint8List
Image getIconAsImage() {
return Image.memory(this.iconData);
}