sticky property

bool? sticky
final

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;