Scenic.Primitive.delete_style

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

delete_style(primitive, type)

View Source

Specs

delete_style(primitive :: t(), type :: atom()) :: t()

Deletes a specified style from a primitive.

Does nothing if the style is not set.

Parameters:

  • primitive - The primitive
  • type - atom representing the style to delete.

Returns the updated primitive.