pub fn close_delay(
child: impl IntoUiNode,
delay: impl IntoVar<Duration>,
) -> UiNodeExpand description
P Delay awaited before actually closing when popup close is requested.
You can use this delay to await a closing animation for example. This property sets is_close_delaying
while awaiting the delay.