filter property

ImageFilter filter
final

The image filter to apply to the existing painted content before painting the child.

For example, consider using ImageFilter.blur to create a backdrop blur effect.

Implementation

final ui.ImageFilter filter;