AnyShadow constructor
const
AnyShadow({})
Implementation
const AnyShadow({
this.color,
this.gradient,
this.image,
this.blendMode,
this.blurRadius = 0.0,
this.offset = Offset.zero,
this.spreadRadius = Offset.zero,
this.style = BlurStyle.normal,
this.isAntiAlias = true,
this.offsetClip = false,
});