LithoPrimitive

class LithoPrimitive(val primitive: Primitive, val style: Style?)

A class that represents a Primitive with Style that should be applied to the PrimitiveComponent.

Constructors

Link copied to clipboard
constructor(layoutBehavior: LayoutBehavior, mountBehavior: MountBehavior<*>, style: Style?)
constructor(primitive: Primitive, style: Style?)

Properties

Link copied to clipboard
val primitive: Primitive
Link copied to clipboard
val style: Style?