BasicSheet

@Composable
fun BasicSheet(onDismissRequest: () -> Unit, properties: DialogProperties = SheetDefaults.DefaultSheetsProperties, cornerRadius: Dp = SheetDefaults.CornerRadius, followViewpoints: Set<ViewPoint> = ViewPoint.All, sheetContent: @Composable () -> Unit)

A basic sheet, can be used to show a sheet with custom content. usually used when the design is different from the default sheet, likes SheetHeadImageSheet.

Parameters

onDismissRequest

Executes when the user clicks outside the popup.

properties

see DialogProperties.

cornerRadius

The corner radius of the sheet.

followViewpoints

The viewpoints that the sheet will follow.

sheetContent

The content of sheet