PathData
Source set: Common
inline fun PathData(block: PathBuilder.() -> Unit) =
with(PathBuilder()) {
block()
nodes
}Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
inline fun PathData(block: PathBuilder.() -> Unit) =
with(PathBuilder()) {
block()
nodes
}Last updated: