BoxShadowAttribute constructor

const BoxShadowAttribute({
  1. Color? color,
  2. Offset? offset,
  3. double? blurRadius,
  4. double? spreadRadius,
})

Implementation

const BoxShadowAttribute({
  this.color,
  this.offset,
  this.blurRadius,
  this.spreadRadius,
});