filter property
Applies a CSS-compatible visual filter to the image (e.g., "blur(4px)",
"grayscale(50%)", or "brightness(120%)").
Implementation
final String? filter;
Applies a CSS-compatible visual filter to the image (e.g., "blur(4px)",
"grayscale(50%)", or "brightness(120%)").
final String? filter;