filterQuality property
final
The filter quality with which to apply the transform as a bitmap operation.
The transform will be applied by re-rendering the child if filterQuality is null, otherwise it controls the quality of an ImageFilter.matrix applied to a bitmap rendering of the child.
Implementation
final FilterQuality? filterQuality;