setState method

bool setState(
  1. VoidCallback fn
)

Call the setState() function from this particular StatefulWidget.

Implementation

bool setState(VoidCallback fn) => StateSet.setStateOf(this, fn);