spread method

DropShadow spread(
  1. int spread
)

Implementation

DropShadow spread(int spread) {
  _spread = spread;
  return this;
}