show_bounds

Function show_bounds 

Source
pub fn show_bounds(
    child: impl IntoUiNode,
    mode: impl IntoVar<InspectMode>,
) -> UiNode
Expand description

P Draws a border for every target widget’s outer and inner bounds.

The outer bounds is drawn dotted and in pink, the inner bounds is drawn solid and in blue.