offsetX method

Shadow offsetX(
  1. dynamic offsetX
)

Implementation

Shadow offsetX(dynamic offsetX) {
  _offsetX = offsetX;
  return this;
}