filter property

String? filter
final

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

Implementation

final String? filter;