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