← Back to Compose UI
TestModifierUpdaterLayout
Component
in
Compose UI
. Since 1.0.0Overview
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 Component← SubcomposeLayout
Next ComponentVectorPainter →