largeIcon property

Uint8List? largeIcon
getter/setter pair

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;