unfreezeState method
void
unfreezeState([
- ElementState? state
Unfreeze the state of the component
Implementation
void unfreezeState([ElementState? state]) => state?.unfreeze();
Unfreeze the state of the component
void unfreezeState([ElementState? state]) => state?.unfreeze();