appIcon property

Uint8List? appIcon
getter/setter pair

the notification app icon To display an image simply use the Image.memory widget. Example:

Image.memory(notif.appIcon)

Implementation

Uint8List? appIcon;