arc_shape

Function arc_shape 

Source
pub fn arc_shape(
    thickness: impl IntoVar<Length>,
    color: impl IntoVar<Rgba>,
    start: impl IntoVar<AngleRadian>,
    end: impl IntoVar<AngleRadian>,
) -> UiNode
Expand description

Render an arc line or circle.

The arc ellipses is defined by the fill area available for the node. If start and end are equal does not render, if end overlaps one turn renders a full circle. 0ยบ is at the top.