setShadowEnd method

void setShadowEnd(
  1. double? value
)

Implementation

void setShadowEnd(double? value) {
  _shadowEnd = value;
  _notify;
}