Commit 23776e7e authored by Adam Barth's avatar Adam Barth

Expose markNeedsBuild on MimicOverlayEntry

We expose this function on OverlayEntry to let you drive animations in the
overlay. The same use case applies to MimicOverlayEntry.
parent 36beda0c
......@@ -59,6 +59,10 @@ class MimicOverlayEntry {
return _performance.play();
}
void markNeedsBuild() {
_overlayEntry?.markNeedsBuild();
}
void dispose() {
_targetKey = 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