setShadow method

void setShadow(
  1. double value
)

Implementation

void setShadow(double value) {
  shadow = value;
  _notify;
}