setState method

dynamic setState(
  1. St state
)

Set the State of Screen on Init

Implementation

setState(St state) => _state = state;