showInCompactView property

bool? showInCompactView

Indicates if the action button should be shown in the compact view of the notification.

Implementation

bool? get showInCompactView {
  return _showInCompactView ?? false;
}