DropshadowFilter

constructor(    dropX: Double = 10.0,     dropY: Double = 10.0,     shadowColor: RGBA = Colors.BLACK.withAd(0.75),     blurRadius: Double = 4.0,     smoothing: Boolean = true)