File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
miuix/src/commonMain/kotlin/top/yukonga/miuix/kmp/basic Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import androidx.compose.ui.semantics.Role
1616import androidx.compose.ui.semantics.role
1717import androidx.compose.ui.semantics.semantics
1818import androidx.compose.ui.unit.Dp
19- import androidx.compose.ui.unit.DpSize
2019import androidx.compose.ui.unit.dp
2120import top.yukonga.miuix.kmp.theme.MiuixTheme
2221import top.yukonga.miuix.kmp.utils.SmoothRoundedCornerShape
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ import androidx.compose.ui.util.fastMap
2929import androidx.compose.ui.util.fastMapNotNull
3030import androidx.compose.ui.util.fastMaxBy
3131import top.yukonga.miuix.kmp.theme.MiuixTheme
32+ import top.yukonga.miuix.kmp.utils.MiuixPopupUtil
3233import top.yukonga.miuix.kmp.utils.MiuixPopupUtil.Companion.MiuixPopupHost
3334
3435/* *
@@ -45,6 +46,8 @@ import top.yukonga.miuix.kmp.utils.MiuixPopupUtil.Companion.MiuixPopupHost
4546 * @param floatingActionButtonPosition position of the floating action button.
4647 * @param snackbarHost component to host [Snackbar]s that are pushed to be shown via
4748 * [SnackbarHostState.showSnackbar], typically a [SnackbarHost].
49+ * @param popupHost component to host [SuperDropdown]s & [SuperDialog]s that are pushed to be shown via
50+ * [MiuixPopupUtil.showPopup] & [MiuixPopupUtil.showDialog], typically a [MiuixPopupHost].
4851 * @param containerColor the color used for the background of this scaffold. Use [Color.Transparent]
4952 * to have no color.
5053 * @param contentWindowInsets window insets to be passed to [content] slot via [PaddingValues]
You can’t perform that action at this time.
0 commit comments