onSetState method

void onSetState(
  1. Widget child
)

Implementation

void onSetState(Widget child) {
  this.child = child;
  setState(() {});
}