update method

void update()

Implementation

void update() {
  _widget?.updateState();
}