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.parser.ast.css.syntax.node
/
Value
/
Percentage
Percentage
data
class
Percentage
(
val
location
:
CssLocation
,
val
value
:
String
)
:
Value
(
source
)
Represents a percentage value.
Members
Constructors
Percentage
Link copied to clipboard
constructor
(
location
:
CssLocation
,
value
:
String
)
Properties
location
Link copied to clipboard
open
override
val
location
:
CssLocation
value
Link copied to clipboard
val
value
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
indent
:
Int
)
:
String