by @alexstyl
✉️ Leave your feedback

← Back to Compose UI

TestModifierUpdaterLayout

Component
in
Compose UI
. Since 1.0.0

Overview

Examples

Community Notes

@hide

Overloads

TestModifierUpdaterLayout

@Deprecated(
    "It is a test API, do not use it in the real applications",
    level = DeprecationLevel.ERROR
)
/*@VisibleForTesting*/
@Composable
@Suppress("DEPRECATION_ERROR")
fun TestModifierUpdaterLayout(onAttached: (TestModifierUpdater) -> Unit)
Previous ComponentSubcomposeLayout
Next ComponentVectorPainter