For the new SplitButton from M3 Expressive - does ...
# compose
c
For the new SplitButton from M3 Expressive - does anyone know how to implement menu placement described in this guide? The package reference example does not set the placement at all (defaulting to edge of screen) https://developer.android.com/reference/kotlin/androidx/compose/material3/package-summary#SplitButtonLayout(kotlin.Fu[…]androidx.compose.ui.unit.Dp) https://m3.material.io/components/split-button/guidelines
a
The key is to add the offset parameter to your DropdownMenu.
👍 1