toggle menu
Litho
androidJvm
switch theme
search in API
litho-core
/
com.facebook.litho
/
LithoPrimitive
Litho
Primitive
class
LithoPrimitive
(
val
primitive
:
Primitive
,
val
style
:
Style
?
)
A class that represents a
Primitive
with
Style
that should be applied to the
PrimitiveComponent
.
Members
Constructors
Litho
Primitive
Link copied to clipboard
constructor
(
layoutBehavior
:
LayoutBehavior
,
mountBehavior
:
MountBehavior
<
*
>
,
style
:
Style
?
)
constructor
(
primitive
:
Primitive
,
style
:
Style
?
)
Properties
primitive
Link copied to clipboard
val
primitive
:
Primitive
style
Link copied to clipboard
val
style
:
Style
?