Scenic.Primitives.rrect
You're seeing just the function
rrect
, go back to Scenic.Primitives module for more information.
Specs
rrect( source :: Scenic.Graph.t() | Scenic.Primitive.t(), rrect :: width_height_and_radius(), options :: list() ) :: Scenic.Graph.t() | Scenic.Primitive.t()
Shortcut to the rounded_rectangle/3
function.
rrect/3
is the same as calling rounded_rectangle/3