setState property

set setState (dynamic newState)

Implementation

set setState(WidgetState newState) {
  _state = newState;
  notifyListeners();
}