Suppress ContentTrailingLambda for ExpandableBottomSheetScaffold

This commit is contained in:
Benoit Marty 2024-05-29 12:40:49 +02:00
parent c6f4c9e12a
commit b8ed7cc2e4

View file

@ -58,6 +58,7 @@ import kotlin.math.roundToInt
* @param modifier The modifier for the layout.
* @param sheetContentKey The key for the sheet content. If the key changes, the sheet will be remeasured.
*/
@Suppress("ContentTrailingLambda")
@OptIn(ExperimentalMaterial3Api::class)
@Composable
internal fun ExpandableBottomSheetScaffold(