pub fn on_click_outside_with_options<El, M, F>(
target: El,
handler: F,
options: OnClickOutsideOptions,
) -> impl FnOnce() + Clone + Send + Sync
Expand description
Version of on_click_outside
that takes an OnClickOutsideOptions
. See on_click_outside
for more details.