show_hit_test

Function show_hit_test 

Source
pub fn show_hit_test(
    child: impl IntoUiNode,
    enabled: impl IntoVar<bool>,
) -> UiNode
Expand description

P Draws the inner bounds that where tested for the mouse point.

ยงWindow Only

This property only works if set in a window, if set in another widget it will log an error and not render anything.