onTap property
Stage-level fallback for displayed-state single-tap. Resolved as: DisplayConfig.onTap → this → package default (no-op). Use this for global tap behavior (e.g. dismiss-on-outside) that all displayed configs inherit unless they override.
Implementation
final OnStageTap? onTap;