x method

BlurRegion x(
  1. dynamic x
)

Implementation

BlurRegion x(dynamic x) {
  _x = x;
  return this;
}