toggle menu
doodle
0.10.3
common
switch theme
search in API
core
/
io.nacular.doodle.drawing
/
InnerShadow
Inner
Shadow
common
class
InnerShadow
(
val
horizontal
:
Double
=
0.0
,
val
vertical
:
Double
=
0.0
,
val
blurRadius
:
Double
=
0.0
,
val
color
:
Color
=
Black
)
:
Shadow
Members
Constructors
Inner
Shadow
Link copied to clipboard
common
constructor
(
horizontal
:
Double
=
0.0
,
vertical
:
Double
=
0.0
,
blurRadius
:
Double
=
0.0
,
color
:
Color
=
Black
)
Inherited properties
blur
Radius
Link copied to clipboard
common
val
blurRadius
:
Double
color
Link copied to clipboard
common
val
color
:
Color
horizontal
Link copied to clipboard
common
val
horizontal
:
Double
vertical
Link copied to clipboard
common
val
vertical
:
Double