on_touch_transform

Function on_touch_transform 

Source
pub fn on_touch_transform(
    child: impl IntoUiNode,
    handler: Handler<TouchTransformArgs>,
) -> UiNode
Expand description

P Touch gesture to translate, scale or rotate happened over this widget.

ยงRoute

This event property uses the normal route, that is, the handler is called after the children widget handlers and after the $pn_pre_ident handlers.