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.

The filter parameter is equivalent to filterConfig (with the help of the ImageFilterConfig.new constructor), except for features only supported by ImageFilterConfig (such as the bounds parameter in ImageFilterConfig.blur).

Implementation

final ui.ImageFilter? filter;