pub fn on_blocked(
child: impl IntoUiNode,
handler: Box<dyn FnMut(&()) -> HandlerResult + Send>,
) -> UiNodeExpand description
Widget interactions now blocked.
Note that blocked widgets may still be visually enabled, see Interactivity for more details.
See on_blocked_changed for a more general event.
ยงRoute
This event property uses a direct route, that is, it cannot be intercepted in parent widgets.