blur method

void blur(
  1. double blur
)

Implementation

void blur(double blur) {
  _blur = blur;
  notifyListeners();
}