NotificationDetailScreen(
self,
entry: PendingNotification,
)ModalScreen['ActionId | None']| Name | Type | Description |
|---|---|---|
entry* | PendingNotification | Notification to render. Its actions drive the row
list; dismissing via an action returns the chosen
|
| Name | Type |
|---|---|
| entry | PendingNotification |
Modal displaying a single notification's title, body, and actions.
Activation returns the chosen ActionId via dismiss(); Esc
returns None so the caller can keep the underlying notification
center open.