setState method
Rebuilds the currently visible ScreenLayout.
Has no effect if no ScreenLayout is currently mounted.
Implementation
void setState(VoidCallback fn) => _setState?.call(fn);
Rebuilds the currently visible ScreenLayout.
Has no effect if no ScreenLayout is currently mounted.
void setState(VoidCallback fn) => _setState?.call(fn);