pub fn change_stop_delay(
child: impl IntoUiNode,
delay: impl IntoVar<Duration>,
) -> UiNodeExpand description
P Debounce time for on_change_stop.
After the text stops changing and delay is elapsed the change stop handled is called, even
if the widget is still focused.
Is 1.secs() by default.
Sets CHANGE_STOP_DELAY_VAR.