setState method
Calls the 'current' State object's setState() function if any.
Implementation
void setState(VoidCallback fn) => _stateX?.setState(fn);
Calls the 'current' State object's setState() function if any.
void setState(VoidCallback fn) => _stateX?.setState(fn);