filter property

ImageFilter? filter
final

The image filter to apply to the existing painted content before painting the child. If null, kDefaultAcrylicFilter is used. If enabled if false, this has no effect.

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

Implementation

final ImageFilter? filter;