reassemble method

void reassemble()

In addition to this method being invoked, it is guaranteed that the build method will be invoked when a reassemble is signaled. Most widgets therefore do not need to do anything in the reassemble method.

See also:

Implementation

void reassemble() {}