offsetY method

Shadow offsetY(
  1. dynamic offsetY
)

Implementation

Shadow offsetY(dynamic offsetY) {
  _offsetY = offsetY;
  return this;
}