shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.ui
/
Shadow
Shadow
data
class
Shadow
(
val
color
:
Color
,
val
offsetX
:
Float
,
val
offsetY
:
Float
,
val
blurRadius
:
Float
)
Represents shadow information for UI components.
Members
Constructors
Shadow
Link copied to clipboard
constructor
(
color
:
Color
,
offsetX
:
Float
,
offsetY
:
Float
,
blurRadius
:
Float
)
Properties
blur
Radius
Link copied to clipboard
val
blurRadius
:
Float
color
Link copied to clipboard
val
color
:
Color
offset
X
Link copied to clipboard
val
offsetX
:
Float
offset
Y
Link copied to clipboard
val
offsetY
:
Float