fullScreenModeEnabled property
set
fullScreenModeEnabled
(bool value)
Whether to enable the viewer's full screen mode.
Defaults to false. Android only.
Implementation
set fullScreenModeEnabled(bool value) => _fullScreenModeEnabled = value;