rebuildForm method
void
rebuildForm()
rebuild all widgets of form
Implementation
void rebuildForm() {
setState(() {
++_gen;
});
}
rebuild all widgets of form
void rebuildForm() {
setState(() {
++_gen;
});
}