filterQuality property

FilterQuality? filterQuality
final

The quality of the image filtering applied during rotation.

When non-null, an ImageFilter is applied to smoothly interpolate pixels during the rotation transformation. This can improve visual quality at the cost of performance.

If null, no image filtering is applied.

See also:

Implementation

final FilterQuality? filterQuality;