sticky property
When set to false or unset, the notification is automatically dismissed when the user clicks it in the panel.
When set to true, the notification persists even when the user clicks it.
Implementation
core.bool? sticky;
When set to false or unset, the notification is automatically dismissed when the user clicks it in the panel.
When set to true, the notification persists even when the user clicks it.
core.bool? sticky;