Commit 1d8bea0a authored by Adam Barth's avatar Adam Barth

Merge pull request #783 from abarth/mimic_mark_needs_build

Expose markNeedsBuild on MimicOverlayEntry
parents ef761403 23776e7e
...@@ -59,6 +59,10 @@ class MimicOverlayEntry { ...@@ -59,6 +59,10 @@ class MimicOverlayEntry {
return _performance.play(); return _performance.play();
} }
void markNeedsBuild() {
_overlayEntry?.markNeedsBuild();
}
void dispose() { void dispose() {
_targetKey = null; _targetKey = null;
_curve = null; _curve = null;
......
Markdown is supported
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