pub fn on_change_stop(
child: impl IntoUiNode,
handler: Box<dyn FnMut(&ChangeStopArgs) -> HandlerResult + Send>,
) -> UiNodeExpand description
P Called after the text changed and interaction has stopped.
The handler will be called after change and change_stop_delay elapses, or the widget loses focus,
or the Key::Enter is pressed and accepts_enter is false.