filter property
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;
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.
final ui.ImageFilter filter;