setState method

void setState()

update ui

Implementation

void setState() {
  super._onStateChanged(this);
}