boxShadow

Box shadow of the current component.


fun Modifier.boxShadow(    hOffset: CssSize? = null,     vOffset: CssSize? = null,     blurRadius: CssSize? = null,     spreadRadius: CssSize? = null,     color: Color? = null,     inset: Boolean = false): Modifier(source)

Set the box shadow of the current component.