Cause the overlay entry to rebuild during the next pipeline flush.
You need to call this function if you rebuild the widget that this entry is mimicking in order for the overlay entry to pick up the changes that you've made to the Mimicable.
Source
void markNeedsBuild() { _overlayEntry?.markNeedsBuild(); }