initState method

void initState()

Implementation

void initState() {
  _resolveController(widget);
  widget.initState?.call(this);
}