rebuild method

void rebuild()

Explicitly rebuild the widget.

Basically, do not use it.

Use this only if you want to force a rebuild.

Implementation

void rebuild() {
  UIScope.of(this).rebuild();
}