toolbarVisible property

ValueListenable<bool>? toolbarVisible
final

Whether the toolbar is visible.

If the value changes, the toolbar uses FadeTransition to transition itself on and off the screen.

If this is null the toolbar will always be visible.

Implementation

final ValueListenable<bool>? toolbarVisible;