sticky property
bool?
get
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.
Implementation
external bool? get sticky;