actionButtons property

List<NotificationActionButton>? actionButtons

The action buttons for the notification.

Implementation

List<NotificationActionButton>? get actionButtons => _actionButtons;