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
/
Block
/
EmptyDeclarationBlock
Empty
Declaration
Block
data
object
EmptyDeclarationBlock
:
Block
<
Declaration
>
(
source
)
An empty declaration block, used as a placeholder when no declarations are present.
Members
Properties
children
Link copied to clipboard
open
val
children
:
List
<
Declaration
>
location
Link copied to clipboard
open
override
val
location
:
CssLocation
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
indent
:
Int
)
:
String