toggle menu
ReactAndroid
next
JVM
switch theme
search in API
ReactAndroid
/
com.facebook.react.views.text.internal.span
/
ShadowStyleSpan
Shadow
Style
Span
class
ShadowStyleSpan
(
dx
:
Float
,
dy
:
Float
,
radius
:
Float
,
val
color
:
Int
)
:
CharacterStyle
,
ReactSpan
Members
Constructors
Shadow
Style
Span
Link copied to clipboard
constructor
(
dx
:
Float
,
dy
:
Float
,
radius
:
Float
,
color
:
Int
)
Properties
color
Link copied to clipboard
val
color
:
Int
Functions
get
Underlying
Link copied to clipboard
open
fun
getUnderlying
(
)
:
CharacterStyle
update
Draw
State
Link copied to clipboard
open
override
fun
updateDrawState
(
textPaint
:
TextPaint
)