setShadows method

void setShadows(
  1. double shadows
)

Implementation

void setShadows(double shadows) {
  this.shadows = shadows;
}