hideScrollbars property
set
hideScrollbars
(bool value)
Whether scroll bars will be hidden in the viewer.
Defaults to false. iOS only.
Implementation
set hideScrollbars(bool value) => _hideScrollbars = value;