multiTabEnabled property
set
multiTabEnabled
(bool value)
Whether the viewer will use tabs to enable having multiple documents open simultaneously.
If this value
is true and PdftronFlutter.openDocument or
DocumentViewController.openDocument is called, it will open a new tab
with the associated document. Defaults to false.
Implementation
set multiTabEnabled(bool value) => _multiTabEnabled = value;