Scenic.Primitives.rect

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

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

View Source

Specs

rect(
  source :: Scenic.Graph.t() | Scenic.Primitive.t(),
  rect :: width_and_height(),
  options :: list()
) :: Scenic.Graph.t() | Scenic.Primitive.t()

Shortcut to the rectangle/3 function.

rect/3 is the same as calling rectangle/3