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.emitter
/
CodeWriter
/
writeRaw
write
Raw
fun
writeRaw
(
text
:
String
)
:
CodeWriter
(
source
)
Appends raw text without any indentation.
Return
This
CodeWriter
for chaining.
Parameters
text
The text to append.