setState method

void setState(
  1. VoidCallback cb
)

Implementation

void setState(VoidCallback cb) => holder.state?._updateState(cb);