ShadowEntity constructor

ShadowEntity({
  1. RgbEntity? color,
  2. double? offsetDX,
  3. double? offsetDY,
  4. double? spreadRadius,
  5. double? blurRadius,
})

Implementation

ShadowEntity({
  this.color,
  this.offsetDX,
  this.offsetDY,
  this.spreadRadius,
  this.blurRadius,
});