rebuild method

void rebuild()

Calls the build() function in this Widget's State object.

Implementation

void rebuild() => _state.first.setState(() {});