rebuildForm method

void rebuildForm()

rebuild all widgets of form

Implementation

void rebuildForm() {
  setState(() {
    ++_gen;
  });
}