update method

void update()

Implementation

void update() {
  context.visitAncestorElements((element) {
    element.markNeedsBuild();
    return false;
  });
}