oskit-compose
Toggle table of contents
4.0.1
common
Platform filter
common
Switch theme
Search in API
oskit-compose
oskit-compose
/
com.outsidesource.oskitcompose.modifier
/
OuterShadow
Outer
Shadow
@
Immutable
data
class
OuterShadow
(
val
blur
:
Dp
,
val
spread
:
Dp
=
0.dp
,
val
color
:
Color
=
Color.Black
,
val
shape
:
Shape
=
RectangleShape
,
val
offset
:
DpOffset
=
DpOffset.Zero
)
Members
Constructors
Outer
Shadow
Link copied to clipboard
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
color
Link copied to clipboard
val
color
:
Color
offset
Link copied to clipboard
val
offset
:
DpOffset
shape
Link copied to clipboard
val
shape
:
Shape
spread
Link copied to clipboard
val
spread
:
Dp