outerShadow

open fun outerShadow(    horizontal: Double = 0.0,     vertical: Double = 0.0,     blurRadius: Double = 1.0,     color: Color = Color.Black,     block: PatternCanvas.() -> Unit)