We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c68e55 commit 342f070Copy full SHA for 342f070
1 file changed
common/src/composeUiMain/kotlin/com/huanshankeji/compose/layout/ext/Hidden.composeUi.kt
@@ -3,8 +3,7 @@ package com.huanshankeji.compose.layout.ext
3
import androidx.compose.ui.layout.layout
4
import com.huanshankeji.compose.ui.Modifier
5
6
-// This approach comes from Gemini: https://g.co/gemini/share/27cfdc47ecff.
7
-// also see: https://developer.android.com/develop/ui/compose/layouts/custom
+// From Gemini. Also see: https://developer.android.com/develop/ui/compose/layouts/custom.
8
actual fun Modifier.hidden(): Modifier =
9
platformModify {
10
layout { measurable, constraints ->
0 commit comments