setState method

void setState(
  1. VoidCallback cb
)
inherited

Implementation

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