freezeState method
void
freezeState([
- ElementState? state
Freeze the state of the component
Implementation
void freezeState([ElementState? state]) => state?.freeze();
Freeze the state of the component
void freezeState([ElementState? state]) => state?.freeze();