Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.theme
/
love.yinlin.compose
/
Device
Device
@
Stable
@
Serializable
data
class
Device
(
val
size
:
Device.Size
,
val
type
:
Device.Type
)
Members
Constructors
Device
Link copied to clipboard
constructor
(
size
:
Device.Size
,
type
:
Device.Type
)
constructor
(
width
:
Dp
)
constructor
(
width
:
Dp
,
height
:
Dp
)
Types
Size
Link copied to clipboard
@
Stable
@
Serializable
enum
Size
:
Enum
<
Device.Size
>
Type
Link copied to clipboard
@
Stable
@
Serializable
enum
Type
:
Enum
<
Device.Type
>
Properties
size
Link copied to clipboard
val
size
:
Device.Size
type
Link copied to clipboard
val
type
:
Device.Type