filterQuality property

FilterQuality? filterQuality
final

The filter quality with which to apply the transform as a bitmap operation.

Defaults to defaultFilterQuality when omitted in the constructor.

The transform will be applied by re-rendering the child if filterQuality is explicitly set to null, otherwise it controls the quality of an ImageFilter.matrix applied to a bitmap rendering of the child.

Note: it is internally enforced to null if the platform is Safari Mobile.

Implementation

final FilterQuality? filterQuality;