Scenic.Primitives.rrect

You're seeing just the function rrect, go back to Scenic.Primitives module for more information.
Link to this function

rrect(graph_or_primitive, rrect, opts \\ [])

View Source

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