Suppress ContentTrailingLambda for ExpandableBottomSheetScaffold
This commit is contained in:
parent
36102cc90b
commit
9744b6d00c
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ import kotlin.math.roundToInt
|
||||||
* @param modifier The modifier for the layout.
|
* @param modifier The modifier for the layout.
|
||||||
* @param sheetContentKey The key for the sheet content. If the key changes, the sheet will be remeasured.
|
* @param sheetContentKey The key for the sheet content. If the key changes, the sheet will be remeasured.
|
||||||
*/
|
*/
|
||||||
|
@Suppress("ContentTrailingLambda")
|
||||||
@OptIn(ExperimentalMaterial3Api::class)
|
@OptIn(ExperimentalMaterial3Api::class)
|
||||||
@Composable
|
@Composable
|
||||||
internal fun ExpandableBottomSheetScaffold(
|
internal fun ExpandableBottomSheetScaffold(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue