Suppress ContentTrailingLambda for ExpandableBottomSheetScaffold

This commit is contained in:
Benoit Marty 2024-05-29 12:40:49 +02:00
parent 36102cc90b
commit 9744b6d00c

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(