largeIcon property
the notification large icon (ex: album covers) To display an image simply use the Image.memory widget. Example:
Image.memory(notif.largeIcon)
Implementation
Uint8List? largeIcon;
the notification large icon (ex: album covers) To display an image simply use the Image.memory widget. Example:
Image.memory(notif.largeIcon)
Uint8List? largeIcon;