initialToolbar property
set
initialToolbar
(String value)
The annotation toolbar that will be selected when the document is opened.
The value
is given as either one of the DefaultToolbars constants or
the CustomToolbar.id of a custom toolbar object. Defaults to none.
Implementation
set initialToolbar(String value) => _initialToolbar = value;