width method

BlurRegion width(
  1. dynamic width
)

Implementation

BlurRegion width(dynamic width) {
  _width = width;
  return this;
}