Shadow constructor

Shadow({
  1. String? alignment,
  2. double? alpha,
  3. Dimension? blurRadius,
  4. OpaqueColor? color,
  5. String? propertyState,
  6. bool? rotateWithShape,
  7. AffineTransform? transform,
  8. String? type,
})

Implementation

Shadow({
  this.alignment,
  this.alpha,
  this.blurRadius,
  this.color,
  this.propertyState,
  this.rotateWithShape,
  this.transform,
  this.type,
});