filterConfig property
final
The configuration for the image filter to apply to the existing painted content.
For example, consider using ImageFilterConfig.blur to create a backdrop blur effect.
The filterConfig parameter is equivalent to filter (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 ImageFilterConfig? filterConfig;