pub fn on_disabled_touch_input(
child: impl IntoUiNode,
handler: Box<dyn FnMut(&TouchInputArgs) -> HandlerResult + Send>,
) -> UiNodeExpand description
P Touch contact started or ended over the widget, it is disabled and cursor capture allows it.
§Preview
You can preview this event using on_pre_disabled_touch_input.
Otherwise the handler is only called after the widget content has a chance to stop propagation.
§Async
You can use async event handlers with this property.