chromeVisible property

ValueNotifier<bool> chromeVisible
final

Whether the chrome (app bar, bottom bar) is visible.

Implementation

final ValueNotifier<bool> chromeVisible = ValueNotifier(true);