height method

BlurRegion height(
  1. dynamic height
)

Implementation

BlurRegion height(dynamic height) {
  _height = height;
  return this;
}