pub fn is_touched_from_start(
child: impl IntoUiNode,
state: impl IntoVar<bool>,
) -> UiNodeExpand description
P If a touch contact that started over the widget is over it and it is enabled.
This state property does not consider pointer capture, if the pointer is captured by the widget
but is not actually over the widget this is false, use is_cap_touched_from_start to include the captured state.
The value is always false when the widget is not ENABLED.