Modal Styles
constructor(transitionDuration: Int = 200, scrimColor: Color = Color.Black.copy(alpha = .5f), shadow: OuterShadow = OuterShadow(
blur = 11.dp,
color = Color.Black.copy(alpha = .25f),
shape = RoundedCornerShape(8.dp)
), backgroundColor: Color = Color.White, backgroundShape: Shape = RoundedCornerShape(8.dp), windowPadding: PaddingValues = PaddingValues(20.dp), contentPadding: PaddingValues = PaddingValues(16.dp))