setState method

dynamic setState(
  1. St state
)

Set the State of Screen on Init

Implementation

setState(St state) => this._state = state;