Source set: Common
class ModifierInfo(
val modifier: Modifier,
val coordinates: LayoutCoordinates,
val extra: Any? = null,
)
Used by tooling to examine the modifiers on a LayoutInfo.
Used by tooling to examine the modifiers on a LayoutInfo.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
class ModifierInfo(
val modifier: Modifier,
val coordinates: LayoutCoordinates,
val extra: Any? = null,
)
Used by tooling to examine the modifiers on a LayoutInfo.
Last updated: