Bottom Sheet Styles
constructor(transitionDuration: Int = 300, scrimColor: Color = Color.Black.copy(alpha = .5f), maxWidth: Dp = 500.dp, shadow: OuterShadow = OuterShadow(
blur = 11.dp,
color = Color.Black.copy(alpha = .25f),
shape = RoundedCornerShape(topStart = 16.dp, topEnd = 16.dp)
), backgroundColor: Color = Color.White, backgroundShape: Shape = RoundedCornerShape(topStart = 16.dp, topEnd = 16.dp), contentPadding: PaddingValues = PaddingValues(16.dp))