setState property

void setState=(dynamic newState)

Implementation

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