Rachel
Toggle table of contents
3.5.0
android
common
skiko
Target filter
android
common
skiko
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.core
/
love.yinlin.compose.data
Package-level
declarations
Types
Types
Crop
Region
Link copied to clipboard
@
Stable
data
class
CropRegion
(
val
xPercent
:
Float
,
val
yPercent
:
Float
,
val
widthPercent
:
Float
,
val
heightPercent
:
Float
)
Image
Format
Link copied to clipboard
@
Stable
enum
ImageFormat
:
Enum
<
ImageFormat
>
Image
Quality
Link copied to clipboard
@
Stable
@
Serializable
enum
ImageQuality
:
Enum
<
ImageQuality
>
Item
Key
Link copied to clipboard
android
common
skiko
@
Stable
@
Serializable
(
with
=
ItemKey.Serializer::class
)
actual
data
class
ItemKey
(
val
value
:
String
)
:
Parcelable
@
Stable
expect
class
ItemKey
(
value
:
String
)
@
Stable
@
Serializable
(
with
=
ItemKey.Serializer::class
)
actual
data
class
ItemKey
(
val
value
:
String
)