Drawer Styles
constructor(topMargin: Dp = 0.dp, transitionDuration: Int = 300, scrimColor: Color = Color.Black.copy(alpha = .5f), width: Dp = 300.dp, shadow: OuterShadow = OuterShadow(
blur = 11.dp,
color = Color.Black.copy(alpha = .25f),
shape = RoundedCornerShape(topEnd = 16.dp, bottomEnd = 16.dp)
), backgroundColor: Color = Color.White, backgroundShape: Shape = RoundedCornerShape(topEnd = 16.dp, bottomEnd = 16.dp), contentPadding: PaddingValues = PaddingValues(16.dp))