SnackbarCustomized

fun SnackbarCustomized(    modifier: Modifier = Modifier,     snackHost: SnackbarHostState,     bgColor: Color = artichoke,     contentColor: Color = cosmicLatte,     textStyle: TextStyle = LocalTextStyle.current,     shape: Shape = RoundedCornerShape(15.dp))