setBackdropFilter method

void setBackdropFilter(
  1. ImageFilter? value
)

Implementation

void setBackdropFilter(ImageFilter? value) {
  onNotifyWithCallback(() => backdropFilter = value);
}