strength method

Blur strength(
  1. dynamic strength
)

Implementation

Blur strength(dynamic strength) {
  _strength = strength;
  return this;
}