hideToolbarsOnTap property
set
hideToolbarsOnTap
(bool value)
Whether an unhandled tap in the viewer should toggle the visibility of the top and bottom toolbars.
If false, the top and bottom toolbar visibility will not be toggled and the page content will fit between the bars, if any. Defaults to true.
Implementation
set hideToolbarsOnTap(bool value) => _hideToolbarsOnTap = value;