SVG to Compose Documentation
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SVG to Compose Documentation
svg-to-compose
/
dev.tonholo.s2c.domain.svg.gradient
/
SvgGradient
/
ResolvedGradientData
Resolved
Gradient
Data
protected
data
class
ResolvedGradientData
(
val
attributes
:
MutableMap
<
String
,
String
>
,
val
children
:
MutableSet
<
XmlNode
>
)
(
source
)
Members
Constructors
Resolved
Gradient
Data
Link copied to clipboard
constructor
(
attributes
:
MutableMap
<
String
,
String
>
,
children
:
MutableSet
<
XmlNode
>
)
Properties
attributes
Link copied to clipboard
val
attributes
:
MutableMap
<
String
,
String
>
children
Link copied to clipboard
val
children
:
MutableSet
<
XmlNode
>