toggle menu
Litho
androidJvm
switch theme
search in API
litho-widget
/
com.facebook.litho.widget
/
PrimitiveImageLayoutData
Primitive
Image
Layout
Data
class
PrimitiveImageLayoutData
(
val
width
:
Int
,
val
height
:
Int
,
val
matrix
:
DrawableMatrix
?
=
null
)
The layout data required by the Image Primitive to mount, and bind the drawable in the host.
Members
Constructors
Primitive
Image
Layout
Data
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
,
matrix
:
DrawableMatrix
?
=
null
)
Properties
height
Link copied to clipboard
val
height
:
Int
matrix
Link copied to clipboard
val
matrix
:
DrawableMatrix
?
=
null
width
Link copied to clipboard
val
width
:
Int