void markNeedsBuild()

Cause this entry to rebuild during the next pipeline flush.

You need to call this function if the output of builder has changed.

Source

void markNeedsBuild() {
  _key.currentState?._markNeedsBuild();
}