Function zng::widget::clip_to_bounds
source ยท pub fn clip_to_bounds(
child: impl UiNode,
clip: impl IntoVar<bool>,
) -> impl UiNode
Expand description
P
Clips the widget child to the area of the widget when set to true
.
Any content rendered outside the widget inner bounds is clipped, hit-test shapes are also clipped. The clip is
rectangular and can have rounded corners if corner_radius
is set. If the widget is inlined during layout the first
row advance and last row trail are also clipped.