hideBottomToolbar property
set
hideBottomToolbar
(bool value)
Whether to hide the bottom toolbar for the current viewer.
Defaults to false.
Implementation
set hideBottomToolbar(bool value) => _hideBottomToolbar = value;