rebuild method
void
rebuild()
Calls the build() function in this Widget's State object.
Implementation
void rebuild() => _state.first.setState(() {});
Calls the build() function in this Widget's State object.
void rebuild() => _state.first.setState(() {});