filterQuality property

FilterQuality? filterQuality
final

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

When the animation is stopped (either in AnimationStatus.dismissed or AnimationStatus.completed), the filter quality argument will be ignored.

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;