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
final 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.
final bool? sticky;