unfreezeState method

void unfreezeState([
  1. ElementState? state
])

Unfreeze the state of the component

Implementation

void unfreezeState([ElementState? state]) => state?.unfreeze();