AnyShadow constructor

const AnyShadow({
  1. Color? color,
  2. Gradient? gradient,
  3. DecorationImage? image,
  4. BlendMode? blendMode,
  5. double blurRadius = 0.0,
  6. Offset offset = Offset.zero,
  7. Offset spreadRadius = Offset.zero,
  8. BlurStyle style = BlurStyle.normal,
  9. bool isAntiAlias = true,
  10. bool offsetClip = false,
})

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,
});