buttons property

List<NotificationButton>? buttons
final

A list of buttons to display in the notification. A maximum of 3 is allowed.

Implementation

final List<NotificationButton>? buttons;