chromeVisible property
Whether the chrome (app bar, bottom bar) is visible.
Implementation
final ValueNotifier<bool> chromeVisible = ValueNotifier(true);
Whether the chrome (app bar, bottom bar) is visible.
final ValueNotifier<bool> chromeVisible = ValueNotifier(true);