filterQuality property
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:
- FilterQuality, which defines the available quality levels.
Implementation
final FilterQuality? filterQuality;