sticky property

bool sticky
final

When true (the dashboard default), a tooltip step that has buttons ignores scrim/outside taps — the bubble stays until a button dismisses it. Mirrors RN's config.sticky !== false guard in handleBackdropPress.

Implementation

final bool sticky;