viewcompose-ui-contract
Toggle table of contents
0.1.0-alpha01
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
viewcompose-ui-contract
viewcompose-ui-contract
/
com.viewcompose.ui.shape
Package-level
declarations
Types
Types
Ui
Corner
Link copied to clipboard
data
class
UiCorner
(
val
family
:
UiCornerFamily
,
val
size
:
UiCornerSize
)
Ui
Corner
Family
Link copied to clipboard
enum
UiCornerFamily
:
Enum
<
UiCornerFamily
>
角形状族,描述圆角或切角。 Corner family describing rounded or cut corners.
Ui
Corner
Size
Link copied to clipboard
sealed
interface
UiCornerSize
Ui
Shape
Link copied to clipboard
data
class
UiShape
(
val
topStart
:
UiCorner
,
val
topEnd
:
UiCorner
,
val
bottomEnd
:
UiCorner
,
val
bottomStart
:
UiCorner
)