oskit-compose
Toggle table of contents
4.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
oskit-compose
oskit-compose
/
com.outsidesource.oskitcompose.modifier
/
KmpShadow
Kmp
Shadow
@
Immutable
data
class
KmpShadow
(
val
blur
:
Dp
,
val
spread
:
Dp
=
0.dp
,
val
brush
:
Brush
=
SolidColor(Color.Black)
,
val
shape
:
Shape
=
RectangleShape
,
val
offset
:
DpOffset
=
DpOffset.Zero
)
Members
Constructors
Kmp
Shadow
Link copied to clipboard
constructor
(
blur
:
Dp
,
spread
:
Dp
=
0.dp
,
brush
:
Brush
=
SolidColor(Color.Black)
,
shape
:
Shape
=
RectangleShape
,
offset
:
DpOffset
=
DpOffset.Zero
)
constructor
(
blur
:
Dp
,
spread
:
Dp
=
0.dp
,
color
:
Color
=
Color.Black
,
shape
:
Shape
=
RectangleShape
,
offset
:
DpOffset
=
DpOffset.Zero
)
Properties
blur
Link copied to clipboard
val
blur
:
Dp
brush
Link copied to clipboard
val
brush
:
Brush
offset
Link copied to clipboard
val
offset
:
DpOffset
shape
Link copied to clipboard
val
shape
:
Shape
spread
Link copied to clipboard
val
spread
:
Dp