autoDismissible property

bool? autoDismissible

Determines if the notification should be dismissed automatically when the action button is pressed.

Implementation

bool? get autoDismissible {
  return _autoDismissible ?? true;
}