toggle menu
Litho
androidJvm
switch theme
search in API
litho-core
/
com.facebook.litho
/
Size
Size
class
Size
Public API for MeasureOutput.
Members
Constructors
Size
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
)
constructor
(
)
Properties
height
Link copied to clipboard
@
JvmField
var
height
:
Int
The height value in pixels.
width
Link copied to clipboard
@
JvmField
var
width
:
Int
The width value in pixels.