pub fn on_progress(
child: impl IntoUiNode,
handler: Box<dyn FnMut(&Progress) -> HandlerResult + Send>,
) -> UiNodeExpand description
P Event raised for each progress update, and once after info init.
This event works in any context that sets PROGRESS_VAR.