Skip to content
Snippets Groups Projects
Unverified Commit 1e2583ef authored by Jonah Williams's avatar Jonah Williams Committed by GitHub
Browse files

[ui] Fix ImageFilter.shader equality to consider uniform values. (#163348)

Fixes https://github.com/flutter/flutter/issues/163302

Framework widgets check for ImageFIlter.== to determine whether to mark
themselves dirty. The filter obejct needs to delegate its equality to
the underlying native filter so that uniform values are considered.
parent 35eaaaa3
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment