markNeedsBuild method
Cause this entry to rebuild during the next pipeline flush.
You need to call this function if the output of builder has changed.
Implementation
void markNeedsBuild() {
_key.currentState?._markNeedsBuild();
}
Cause this entry to rebuild during the next pipeline flush.
You need to call this function if the output of builder has changed.
void markNeedsBuild() {
_key.currentState?._markNeedsBuild();
}