Filter.dropShadow constructor
const
Filter.dropShadow({})
Creates a drop-shadow filter function that applies a drop shadow effect to the input image.
Implementation
const factory Filter.dropShadow({required Unit offsetX, required Unit offsetY, Unit? spread, Color? color}) =
_DropShadowFilter;