toggle menu
doodle
0.10.3
common
switch theme
search in API
core
/
io.nacular.doodle.drawing
/
Shadow
Shadow
common
sealed
class
Shadow
(
val
horizontal
:
Double
,
val
vertical
:
Double
,
val
blurRadius
:
Double
,
val
color
:
Color
)
Inheritors
InnerShadow
OuterShadow
Members
Constructors
Shadow
Link copied to clipboard
common
protected
constructor
(
horizontal
:
Double
,
vertical
:
Double
,
blurRadius
:
Double
,
color
:
Color
)
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