largeIcon property

Uint8List? largeIcon
getter/setter pair

large icon of the notification which setted by setLargeIcon. To display as a image use the Image.memory widget. Example:

Image.memory(evt.largeIcon)

Implementation

Uint8List? largeIcon;