BottomSheetWithCloseDialog
fun BottomSheetWithCloseDialog(modifier: Modifier = Modifier, bottomSheetSettings: BottomSheetSettings = BottomSheetSettings(), content: @Composable () -> Unit)
Author: @Jeluchu
This component displays a BottomSheet with an icon to close it
Parameters
modifier
modifier that will be used to change the color, size...
bottomSheetSettings
Configuration and customization of colors and actions of the modal, to learn more you can see BottomSheetSettings
content
will include the Composable that will subsequently be displayed in the modal